mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
when MIDI port flags change, session bundles must be rebuilt
This commit is contained in:
parent
c505ad1b1e
commit
e309663df6
1 changed files with 2 additions and 0 deletions
|
|
@ -511,6 +511,8 @@ Session::Session (AudioEngine &eng,
|
|||
|
||||
bool was_dirty = dirty();
|
||||
|
||||
AudioEngine::instance()->MidiPortInfoChanged.connect_same_thread (*this, std::bind (&Session::setup_bundles, this));
|
||||
|
||||
PresentationInfo::Change.connect_same_thread (*this, std::bind (&Session::notify_presentation_info_change, this, _1));
|
||||
|
||||
Config->ParameterChanged.connect_same_thread (*this, std::bind (&Session::config_changed, this, _1, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue