diff options
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r-- | src/PatchageEvent.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index e9357ba..3fe0623 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -74,8 +74,10 @@ public: struct PortRef { PortRef() : type(NULL_PORT_REF) { memset(&id, 0, sizeof(id)); } +#ifdef HAVE_JACK PortRef(jack_port_id_t jack_id, bool ign=false) : type(JACK_ID) { id.jack_id = jack_id; } +#endif #ifdef HAVE_ALSA PortRef(snd_seq_addr_t addr, bool in) |