summaryrefslogtreecommitdiff
path: root/muse2/muse/vst.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2013-05-08 08:52:52 +0000
committerTim E. Real <termtech@rogers.com>2013-05-08 08:52:52 +0000
commit2c1f2f49d2ac878c13f9c59d86166a62bbd7573d (patch)
tree96bb20b3f43823fa51cf49cfa25fae49f73882ce /muse2/muse/vst.h
parent8a491e19e6520f2680bf51aec1ca7e2070ccaec7 (diff)
Yet another MAJOR audio engine and plugin/synth process chain re-write.
And much more, see ChangeLog, May 8 2013.
Diffstat (limited to 'muse2/muse/vst.h')
-rw-r--r--muse2/muse/vst.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/muse/vst.h b/muse2/muse/vst.h
index 1143d56e..5d759af7 100644
--- a/muse2/muse/vst.h
+++ b/muse2/muse/vst.h
@@ -99,6 +99,12 @@ class VstSynthIF : public SynthIF
virtual float getParameter(unsigned long idx) const;
virtual void setParameter(unsigned long idx, float value);
virtual int getControllerInfo(int, const char**, int*, int*, int*, int*) { return 0; }
+
+ //-------------------------
+ // Methods for PluginIBase:
+ //-------------------------
+
+ virtual bool addScheduledControlEvent(unsigned long /*i*/, float /*val*/, unsigned /*frame*/) { return true; } // returns true if event cannot be delivered
};
} // namespace MusECore