From b0eed6c537fe3e59ed1cc15dcd98865a47e4d04a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 1 Oct 2014 17:48:23 -0400 Subject: [PATCH] make JACK backend report Midi-Through ports in physical port lists to make testing easier (it is arguably right anyway) --- libs/backends/jack/jack_portengine.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/backends/jack/jack_portengine.cc b/libs/backends/jack/jack_portengine.cc index 1fe77fbb70..53d3ad4eca 100644 --- a/libs/backends/jack/jack_portengine.cc +++ b/libs/backends/jack/jack_portengine.cc @@ -295,7 +295,7 @@ JACKAudioBackend::get_ports (const string& port_name_pattern, DataType type, Por for (uint32_t i = 0; ports[i]; ++i) { s.push_back (ports[i]); } - + jack_free (ports); return s.size(); @@ -325,9 +325,9 @@ JACKAudioBackend::get_physical (DataType type, unsigned long flags, vector