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