1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

EXPERIMENTAL_EFFECT_MANAGEMENT

On a reset preferences, this adds the default built in effects only.  The effects menu now has a 'More...' as its last item, and the list of plugins is invoked there.  We can add from that list to the menus from that.
This commit is contained in:
James Crook
2015-04-25 19:05:39 +01:00
parent f3f7dca595
commit 9bc32b0e6b
5 changed files with 96 additions and 3 deletions

View File

@@ -77,6 +77,9 @@
// All code removed after 2.1.0 release since it was unmaintained. LLL
//#define EFFECT_CATEGORIES
// JKC Apr 2015, Menu item to manage effects.
#define EXPERIMENTAL_EFFECT_MANAGEMENT
// Andreas Micheler, 20.Nov 2007:
// A spectrumLogF-like view mode with notes quantization.
// Just select the "Find Notes" checkbox in the spectrum prefs
@@ -185,4 +188,5 @@
#undef EXPERIMENTAL_CRASH_REPORT
#endif
#endif