From 4777d04cf2f4cf12bbdc486587069bbae7649ba2 Mon Sep 17 00:00:00 2001 From: Be Date: Fri, 6 Aug 2021 17:55:24 -0500 Subject: [PATCH] Disable EXPERIMENTAL_MIDI_OUT This does not build without the vendored fork of PortAudio. Signed-off-by: Be --- src/Experimental.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Experimental.cmake b/src/Experimental.cmake index d1bade707..c13e34760 100644 --- a/src/Experimental.cmake +++ b/src/Experimental.cmake @@ -118,7 +118,7 @@ set( EXPERIMENTAL_OPTIONS_LIST # RBD, 1 Sep 2008 # Enables MIDI Output of NoteTrack (MIDI) data during playback # USE_MIDI must be defined in order for MIDI_OUT to work - MIDI_OUT + #MIDI_OUT # JKC, 17 Aug 2017 # Enables the MIDI note stretching feature, which currently