Skip to content

Commit 6465f04

Browse files
committed
Increase juce midi channel number
1 parent 6cb22d6 commit 6465f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
==============================================================================
2323
*/
2424

25-
const int AudioProcessorGraph::midiChannelIndex = 0x1000;
25+
const int AudioProcessorGraph::midiChannelIndex = 0x8000;
2626

2727
//==============================================================================
2828
template <typename FloatType, typename Impl> struct FloatDoubleUtil {};

0 commit comments

Comments
 (0)