Files
ardour/libs
Robin Gareus f4c978cf88 Fix MIDI patch/CC state restore #9770
MidiTrack::restore_controls is triggered by SessionLoaded
event. Yet MidiControl::actually_set_value checks if
_session.loading() is true and postpones sending actual
events to the synth (which may not be fully loaded).

Before 5d02970de8, Session::post_engine_init unset
"Loading" flag early on, so "loading" was already unset
by the time `SessionLoaded` was emitted.
2024-08-29 04:26:33 +02:00
..
2024-04-04 17:06:31 +02:00
2024-06-27 16:51:16 -06:00
2024-04-09 02:10:19 +02:00
2024-01-06 21:52:48 +01:00