mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Initialize ModuleManager before PluginManager...
... So that the plugin providers might themselves become modules, and so that putting built-in commands and effects into modules will work
This commit is contained in:
parent
861470dd77
commit
a4c3840861
@ -1330,12 +1330,12 @@ bool AudacityApp::InitPart2()
|
|||||||
// Initialize the CommandHandler
|
// Initialize the CommandHandler
|
||||||
InitCommandHandler();
|
InitCommandHandler();
|
||||||
|
|
||||||
// Initialize the PluginManager
|
|
||||||
PluginManager::Get().Initialize();
|
|
||||||
|
|
||||||
// Initialize the ModuleManager, including loading found modules
|
// Initialize the ModuleManager, including loading found modules
|
||||||
ModuleManager::Get().Initialize();
|
ModuleManager::Get().Initialize();
|
||||||
|
|
||||||
|
// Initialize the PluginManager
|
||||||
|
PluginManager::Get().Initialize();
|
||||||
|
|
||||||
// Parse command line and handle options that might require
|
// Parse command line and handle options that might require
|
||||||
// immediate exit...no need to initialize all of the audio
|
// immediate exit...no need to initialize all of the audio
|
||||||
// stuff to display the version string.
|
// stuff to display the version string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user