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:
parent
7c9c74de94
commit
c07caade9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user