From 959d5e98e69c2bd83831143e775edcf446d8c78f Mon Sep 17 00:00:00 2001 From: Wong Cho Ching Date: Sun, 26 Jan 2014 11:38:52 +0800 Subject: [PATCH] remove debug message --- plugins/sfxr/sfxr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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