1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 16:20:50 +02:00

Experimental features (especially ones that don't work on all platforms) shouldn't be enabled by default!

This commit is contained in:
richardash1981 2010-09-19 20:50:51 +00:00
parent b016dc8386
commit 312faf654d

View File

@ -93,12 +93,12 @@
// Enables MIDI Output of NoteTrack (MIDI) data during playback
// USE_MIDI must be defined in order for EXPERIMENTAL_MIDI_OUT to work
#ifdef USE_MIDI
#define EXPERIMENTAL_MIDI_OUT
//#define EXPERIMENTAL_MIDI_OUT
#endif
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
#ifdef USE_MIDI
#define EXPERIMENTAL_SCOREALIGN
//#define EXPERIMENTAL_SCOREALIGN
#endif
// experimental features