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, 2 insertions, 2 deletions
diff --git a/muse2/muse/controlfifo.h b/muse2/muse/controlfifo.h
index a0b6bfd0..d209ea91 100644
--- a/muse2/muse/controlfifo.h
+++ b/muse2/muse/controlfifo.h
@@ -33,9 +33,9 @@ struct ControlEvent
// (possibly rounded) frame and index as the previous item. This is mainly for
// dssi-vst guis, they require acknowledgment of every message.
bool unique;
- unsigned idx;
+ unsigned long idx;
float value;
- unsigned frame;
+ unsigned long frame;
};
//---------------------------------------------------------