mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Merged with trunk R1283.
NOTE: Compiles, but broken (crash on adding MIDI track). git-svn-id: svn://localhost/ardour2/branches/midi@1292 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ef6b25432d
commit
532f6aad4a
271 changed files with 12893 additions and 7748 deletions
|
|
@ -458,7 +458,7 @@ IOSelector::display_ports ()
|
|||
|
||||
really_short_name = port->short_name();
|
||||
really_short_name = really_short_name.substr (really_short_name.find ('/') + 1);
|
||||
|
||||
|
||||
tview = manage (new TreeView());
|
||||
RefPtr<ListStore> port_model = ListStore::create (port_display_columns);
|
||||
|
||||
|
|
@ -478,7 +478,6 @@ IOSelector::display_ports ()
|
|||
|
||||
/* now fill the clist with the current connections */
|
||||
|
||||
|
||||
const char **connections = port->get_connections ();
|
||||
|
||||
if (connections) {
|
||||
|
|
@ -487,7 +486,7 @@ IOSelector::display_ports ()
|
|||
row[port_display_columns.displayed_name] = connections[c];
|
||||
row[port_display_columns.full_name] = connections[c];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (for_input) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue