We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb22d6 commit 6465f04Copy full SHA for 6465f04
1 file changed
JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp
@@ -22,7 +22,7 @@
22
==============================================================================
23
*/
24
25
-const int AudioProcessorGraph::midiChannelIndex = 0x1000;
+const int AudioProcessorGraph::midiChannelIndex = 0x8000;
26
27
//==============================================================================
28
template <typename FloatType, typename Impl> struct FloatDoubleUtil {};
0 commit comments