diff --git a/plugins/sfxr/sfxr.cpp b/plugins/sfxr/sfxr.cpp index b1349b811..9def57048 100644 --- a/plugins/sfxr/sfxr.cpp +++ b/plugins/sfxr/sfxr.cpp @@ -444,7 +444,7 @@ QString sfxrInstrument::nodeName() const -#include + void sfxrInstrument::playNote(notePlayHandle * _n, sampleFrame * _working_buffer ) { m_synthMutex.lock(); @@ -459,7 +459,6 @@ void sfxrInstrument::playNote(notePlayHandle * _n, sampleFrame * _working_buffer } fpp_t pitchedFrameNum = (_n->frequency()/BaseFreq)*frameNum; - printf("%i", pitchedFrameNum); fflush(stdout); sampleFrame * pitchedBuffer = new sampleFrame[pitchedFrameNum]; static_cast(_n->m_pluginData)->update( pitchedBuffer, pitchedFrameNum ); for( fpp_t i=0; i