mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
EXPERIMENTAL_MIDI_STRETCHING off for 2.2.0
This commit is contained in:
@@ -127,11 +127,17 @@
|
||||
// Paul Licameli (PRL) 29 Nov 2014
|
||||
// #define EXPERIMENTAL_IMPROVED_SEEKING
|
||||
|
||||
#ifdef USE_MIDI
|
||||
// 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
|
||||
// JKC, 17 Aug 2017
|
||||
// Enables the MIDI note stretching feature, which currently
|
||||
// a) Is broken on Linux (Bug 1646)
|
||||
// b) Crashes with Sync-Lock (Bug 1719)
|
||||
// c) Needs UI design review.
|
||||
//#define EXPERIMENTAL_MIDI_STRETCHING
|
||||
#endif
|
||||
|
||||
// USE_MIDI must be defined in order for EXPERIMENTAL_SCOREALIGN to work
|
||||
|
Reference in New Issue
Block a user