when MIDI port flags change, session bundles must be rebuilt

This commit is contained in:
Paul Davis
2026-01-14 13:27:45 -07:00
parent c505ad1b1e
commit e309663df6

View File

@@ -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));