diff options
Diffstat (limited to 'src/libs/engine/MidiDriver.h')
-rw-r--r-- | src/libs/engine/MidiDriver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/engine/MidiDriver.h b/src/libs/engine/MidiDriver.h index 79236a56..dba3056d 100644 --- a/src/libs/engine/MidiDriver.h +++ b/src/libs/engine/MidiDriver.h @@ -68,6 +68,9 @@ public: DriverPort* create_port(DuplexPort<MidiMessage>* patch_port) { return NULL; } + void add_port(DriverPort* port) {} + DriverPort* remove_port(const Path& path) { return NULL; } + void prepare_block(const SampleCount block_start, const SampleCount block_end) {} }; |