mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 16:46:28 +01:00
Revert "Enable EXPERIMENTAL_MIDI_OUT for all platforms..."
This reverts commit c07caade9f.
This commit is contained in:
@@ -114,8 +114,10 @@
|
|||||||
// 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
|
||||||
|
#ifdef __WXMSW__
|
||||||
#define EXPERIMENTAL_MIDI_OUT
|
#define EXPERIMENTAL_MIDI_OUT
|
||||||
#endif
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user