diff options
Diffstat (limited to 'src/engine/events/SetPortValueEvent.hpp')
-rw-r--r-- | src/engine/events/SetPortValueEvent.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValueEvent.hpp b/src/engine/events/SetPortValueEvent.hpp index 2fc68d9b..6e26babe 100644 --- a/src/engine/events/SetPortValueEvent.hpp +++ b/src/engine/events/SetPortValueEvent.hpp @@ -65,6 +65,8 @@ private: enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE, ILLEGAL_PATH, ILLEGAL_VOICE, TYPE_MISMATCH }; + void apply(uint32_t start, uint32_t nframes); + bool _queued; bool _omni; uint32_t _voice_num; |