summaryrefslogtreecommitdiff
path: root/muse2/muse/controlfifo.h
diff options
context:
space:
mode:
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;