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:
parent
b016dc8386
commit
312faf654d
@ -93,12 +93,12 @@
|
|||||||
// Enables MIDI Output of NoteTrack (MIDI) data during playback
|
// Enables MIDI Output of NoteTrack (MIDI) data during playback
|
||||||
// USE_MIDI must be defined in order for EXPERIMENTAL_MIDI_OUT to work
|
// USE_MIDI must be defined in order for EXPERIMENTAL_MIDI_OUT to work
|
||||||
#ifdef USE_MIDI
|
#ifdef USE_MIDI
|
||||||
#define EXPERIMENTAL_MIDI_OUT
|
//#define EXPERIMENTAL_MIDI_OUT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
|
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
|
||||||
#ifdef USE_MIDI
|
#ifdef USE_MIDI
|
||||||
#define EXPERIMENTAL_SCOREALIGN
|
//#define EXPERIMENTAL_SCOREALIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// experimental features
|
// experimental features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user