mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
ModuleManager doesn't specially start up mod-script-pipe...
... The standard module dispatch can do that.
This commit is contained in:
@@ -96,10 +96,6 @@ There are several functions that can be used in a GUI module.
|
||||
The most useful function. See the example in this
|
||||
file. It has several cases/options in it.
|
||||
|
||||
//#define scriptFnName "RegScriptServerFunc"
|
||||
This function is run from a non gui thread. It was originally
|
||||
created for the benefit of mod-script-pipe.
|
||||
|
||||
//#define mainPanelFnName "MainPanelFunc"
|
||||
This function is the hijacking function, to take over Audacity
|
||||
and replace the main project window with our own wxFrame.
|
||||
|
Reference in New Issue
Block a user