1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

Revert "Enable EXPERIMENTAL_MIDI_OUT for all platforms..."

This reverts commit c07caade9f0165e07c0a59700c789fedf3e19406.
This commit is contained in:
Paul Licameli 2017-05-02 09:00:14 -04:00
parent f51e4d81c1
commit d4726c26ca

View File

@ -114,8 +114,10 @@
// 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