1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-07 07:39:29 +02:00

Disabled EXPERIMENTAL_MIDI_OUT (for linux builds)

This commit is contained in:
james.k.crook@gmail.com 2014-11-08 17:11:05 +00:00
parent af8457dd1c
commit 851e332b7b

View File

@ -113,7 +113,7 @@
// 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
#define EXPERIMENTAL_MIDI_OUT //#define EXPERIMENTAL_MIDI_OUT
#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