mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
Session::reconnect_midi_scene_ports() is a Tracks thing.
It requires the EngineStateController which is not merged at this time
This commit is contained in:
parent
87d81cf85c
commit
202ddbfdb5
1 changed files with 3 additions and 0 deletions
|
|
@ -2375,6 +2375,8 @@ Session::reconnect_existing_routes (bool withLock, bool reconnect_master, bool r
|
|||
*/
|
||||
}
|
||||
|
||||
#ifdef USE_TRACKS_CODE_FEATURES
|
||||
|
||||
void
|
||||
Session::reconnect_midi_scene_ports(bool inputs)
|
||||
{
|
||||
|
|
@ -2409,6 +2411,7 @@ Session::reconnect_midi_scene_ports(bool inputs)
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/** Caller must not hold process lock
|
||||
* @param name_template string to use for the start of the name, or "" to use "Audio".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue