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

Bug 1671 - Spectrogram Overlay made experimental.

In case we decide too much detail is lost in low intensity spectrogram - we can turn this off easily.
This commit is contained in:
James Crook
2017-08-11 23:13:16 +01:00
parent 78f273f30c
commit 3d5a4e8a45
2 changed files with 8 additions and 2 deletions

View File

@@ -57,6 +57,9 @@
// DA: Enables dark audacity theme and customisations.
//#define EXPERIMENTAL_DA
// Define this so that sync-lock tiles shine through spectrogram.
#define EXPERIMENTAL_SPECTROGRAM_OVERLAY
// EXPERIMENTAL_THEMING is mostly mainstream now.
// the define is still present to mark out old code before theming, that we might
// conceivably need.