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:
Robin Gareus 2019-09-16 22:56:54 +02:00
parent abdb7b81c6
commit 65ec8fe65a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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