From 813e0cbb39809d7cf837e6b91a75815079502f47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Jan 2007 17:51:18 +0000 Subject: Jack MIDI port destruction. git-svn-id: http://svn.drobilla.net/lad/ingen@240 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/MidiDriver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/engine/MidiDriver.h') 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* 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) {} }; -- cgit v1.2.1