Difference between revisions of "GUI Plug-ins"
From Audacity Wiki
(new page) |
Galeandrews (talk | contribs) (hyphenate plug-in as per house style + wxWidgets link while here) |
||
Line 1: | Line 1: | ||
Gui Plug-ins extend the functionality of Audacity in ways that go beyond the processing of individual effects. | Gui Plug-ins extend the functionality of Audacity in ways that go beyond the processing of individual effects. | ||
− | + | Such plug-ins can completely transform the user interface of Audacity. They have access to the {{external|[http://www.wxwidgets.org/ wxWidgets]}} GUI library and can create new complex dialogs and use other wxWidgets facilities. See [[Creating your own Plug-in]] for more details. | |
[[Category:Plug-ins]] | [[Category:Plug-ins]] |
Revision as of 01:26, 18 October 2007
Gui Plug-ins extend the functionality of Audacity in ways that go beyond the processing of individual effects.
Such plug-ins can completely transform the user interface of Audacity. They have access to the wxWidgets GUI library and can create new complex dialogs and use other wxWidgets facilities. See Creating your own Plug-in for more details.