1
0
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:
David C. Manuelda 2019-08-30 21:05:24 +02:00 committed by James Crook
parent db0dceac54
commit aab48c58f0

View File

@ -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)