mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
provide an environment variable to disable MIDNAM loading (just for testing purposes)
This commit is contained in:
parent
34a4eea0d5
commit
e4b38b33b9
1 changed files with 3 additions and 1 deletions
|
|
@ -290,7 +290,9 @@ MidiPatchManager::load_midnams ()
|
|||
void
|
||||
MidiPatchManager::load_midnams_in_thread ()
|
||||
{
|
||||
_midnam_load_thread = PBD::Thread::create (std::bind (&MidiPatchManager::load_midnams, this), "MIDNAMLoader");
|
||||
if (!g_getenv ("ARDOUR_NO_PATCHFILES")) {
|
||||
_midnam_load_thread = PBD::Thread::create (std::bind (&MidiPatchManager::load_midnams, this), "MIDNAMLoader");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue