mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-19 17:40:51 +02:00
Ensure EXPERIMENTAL_MIDI_OUT is not defined if midi is disabled
This commit is contained in:
parent
db0dceac54
commit
aab48c58f0
@ -143,7 +143,9 @@
|
||||
// RBD, 1 Sep 2008
|
||||
// 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
|
||||
#endif
|
||||
// JKC, 17 Aug 2017
|
||||
// Enables the MIDI note stretching feature, which currently
|
||||
// a) Is broken on Linux (Bug 1646)
|
||||
|
Loading…
x
Reference in New Issue
Block a user