From 5f67a72c341a96872d9cd3d1de357662295d14b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 30 Jun 2010 02:59:13 +0000 Subject: Basic tweaks to make the bundles and the port matrix accept that MIDI tracks may have audio IO, and vice versa. Allows connection of instrument tracks using the global port matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@7335 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/session_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/session_option_editor.cc') diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc index 1afc079aaf..06ad58d7e0 100644 --- a/gtk2_ardour/session_option_editor.cc +++ b/gtk2_ardour/session_option_editor.cc @@ -32,7 +32,7 @@ public: _port_group->add_bundle (_session->click_io()->bundle()); _port_group->add_bundle (_session->the_auditioner()->output()->bundle()); } else { - _ports[OTHER].gather (_session, true, false); + _ports[OTHER].gather (_session, DataType::AUDIO, true, false); } } -- cgit v1.2.3