mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user