MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Robotization

Method Robotization

src/audio_effects/Robotization.cpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using namespace juce;
19
20Robotization::Robotization()
21 : Robotization::Robotization(FFT_SIZE_512, HOP_SIZE_2, RECTANGULAR) {}
22
23Robotization::Robotization(openshot::FFTSize fft_size,
24 openshot::HopSize hop_size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected