summaryrefslogtreecommitdiff
path: root/muse2/muse/controlfifo.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-12-07 07:41:24 +0000
committerTim E. Real <termtech@rogers.com>2012-12-07 07:41:24 +0000
commit0a919a7b36ee4b58e5ce3628a2d8b97bf751d2c4 (patch)
tree335fccddc229d2d0299095dfe46daae614188c79 /muse2/muse/controlfifo.h
parenta9cef6554f73892b6c7ff6a7a44d8e72f06aa16f (diff)
Feature: Native VST instruments support. PLEASE SEE ChangeLog.
Diffstat (limited to 'muse2/muse/controlfifo.h')
-rw-r--r--muse2/muse/controlfifo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/controlfifo.h b/muse2/muse/controlfifo.h
index 6a35c8a5..6ee2cedb 100644
--- a/muse2/muse/controlfifo.h
+++ b/muse2/muse/controlfifo.h
@@ -36,7 +36,9 @@ struct ControlEvent
// Unique: Whether the item must not be skipped, even if it has the same
// (possibly rounded) frame and index as the previous item. This is mainly for
// dssi-vst guis, they require acknowledgment of every message.
- bool unique;
+ bool unique;
+ // Whether or not the event is from a synth or effect's own GUI.
+ bool fromGui;
unsigned long idx;
float value;
unsigned long frame;