| 18 | using namespace juce; |
| 19 | |
| 20 | Robotization::Robotization() |
| 21 | : Robotization::Robotization(FFT_SIZE_512, HOP_SIZE_2, RECTANGULAR) {} |
| 22 | |
| 23 | Robotization::Robotization(openshot::FFTSize fft_size, |
| 24 | openshot::HopSize hop_size, |
nothing calls this directly
no outgoing calls
no test coverage detected