1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 17:41:14 +01:00

Uniform naming of symbols in Experimental.h

This commit is contained in:
Paul Licameli
2015-08-31 15:32:33 -04:00
parent d18553a3f0
commit 1278b9644a
9 changed files with 22 additions and 24 deletions

View File

@@ -63,7 +63,7 @@
//#define EXPERIMENTAL_EXTRA_MONITORING
//#define EXPERIMENTAL_ROLL_UP_DIALOG
//#define RIGHT_ALIGNED_TEXTBOXES
//#define EXPERIMENTAL_RIGHT_ALIGNED_TEXTBOXES
//#define EXPERIMENTAL_VOICE_DETECTION
// Effect categorisation. Adds support for arranging effects in categories
@@ -74,8 +74,6 @@
// it should have an easy mechanism to disable it at run-time, such as a menu item or a pref,
// preferrably disabled until other work is done. Martyn 22/12/2008.
//
// 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
@@ -139,7 +137,7 @@
#if USE_PORTMIXER
//Automatically tries to find an acceptable input volume
//#define AUTOMATED_INPUT_LEVEL_ADJUSTMENT
//#define EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT
#endif
// John (Thales) work to make the display show the result of the pan and gain sliders, rather than their input.