summaryrefslogtreecommitdiff
path: root/muse2/muse/vst_native.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-12-12 01:27:12 +0000
committerTim E. Real <termtech@rogers.com>2012-12-12 01:27:12 +0000
commitc01aab70f267b9e693c46ea75f1d5413ac242107 (patch)
treee076d0e88792677a3b8676b43ffd984ee75b8904 /muse2/muse/vst_native.h
parenta0e699dc45a3f1334fe1f988f6b9de57e78f2a0d (diff)
Fixes...
Diffstat (limited to 'muse2/muse/vst_native.h')
-rw-r--r--muse2/muse/vst_native.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/muse2/muse/vst_native.h b/muse2/muse/vst_native.h
index c97cca7c..5b8f1328 100644
--- a/muse2/muse/vst_native.h
+++ b/muse2/muse/vst_native.h
@@ -163,7 +163,6 @@ class VstNativeSynthIF : public SynthIF
float** _audioInBuffers;
std::vector<unsigned long> _iUsedIdx; // During process, tells whether an audio input port was used by any input routes.
float* _audioInSilenceBuf; // Just all zeros all the time, so we don't have to clear for silence.
- //float** _audioInSilenceBufs; // Just all zeros all the time, so we don't have to clear for silence.
std::vector<VST_Program> programs;
void queryPrograms();