mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Enable EXPERIMENTAL_MIDI_OUT on all platforms
This commit is contained in:
parent
e4875cf873
commit
f0903dcc55
@ -121,10 +121,8 @@
|
|||||||
// 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user