mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
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:
parent
abdb7b81c6
commit
65ec8fe65a
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue