summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r--src/JackDriver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index d7f1c20..03284d9 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -158,6 +158,8 @@ JackDriver::create_port(boost::shared_ptr<PatchageModule> parent, jack_port_t* p
return boost::shared_ptr<PatchagePort>();
}
+ //cerr << "Port " << jack_port_name(port) << " type: " << type_str << " = " << (int)port_type << endl;
+
boost::shared_ptr<PatchagePort> ret(
new PatchagePort(parent, port_type, jack_port_short_name(port),
(jack_port_flags(port) & JackPortIsInput),