1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

Enable EXPERIMENTAL_MIDI_OUT for all platforms...

... at least during the development cycle.  This may be reverted if the
enhancement remains unready.
This commit is contained in:
Paul Licameli 2017-05-01 05:02:26 -04:00
parent 7c9c74de94
commit c07caade9f

View File

@ -114,10 +114,8 @@
// 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
#ifdef __WXMSW__
#define EXPERIMENTAL_MIDI_OUT
#endif
#endif
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
#ifdef USE_MIDI