Clarify splash-screen boot messages
Parsing MIDNAM is what takes the most time. "Reset Remote Controls" message is misleading (it means MMC), not control-surfaces, which a user may have none.
This commit is contained in:
@@ -402,9 +402,11 @@ Session::post_engine_init ()
|
||||
send_immediate_mmc (MIDI::MachineControlCommand (MIDI::MachineControl::cmdMmcReset));
|
||||
send_immediate_mmc (MIDI::MachineControlCommand (Timecode::Time ()));
|
||||
|
||||
MIDI::Name::MidiPatchManager::instance().add_search_path (session_directory().midi_patch_path() );
|
||||
|
||||
ltc_tx_initialize();
|
||||
|
||||
BootMessage (_("Loading MIDNAM Patch files"));
|
||||
|
||||
MIDI::Name::MidiPatchManager::instance().add_search_path (session_directory().midi_patch_path() );
|
||||
/* initial program change will be delivered later; see ::config_changed() */
|
||||
|
||||
_state_of_the_state = Clean;
|
||||
|
||||
Reference in New Issue
Block a user