1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

MIDI_OUT on by default on windows.

The idea is to get SOME use and test of MIDI_OUT even though it does not compile on Linux yet.
This commit is contained in:
James Crook
2017-04-27 09:56:53 +01:00
parent 60a53d560b
commit 7f98672e22
5 changed files with 12 additions and 8 deletions

View File

@@ -114,7 +114,9 @@
// 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
//#define EXPERIMENTAL_MIDI_OUT
#ifdef __WXMSW__
#define EXPERIMENTAL_MIDI_OUT
#endif
#endif
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work