mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Only set JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS by default if the plug-in accepts MIDI
This commit is contained in:
parent
9417fae499
commit
8dd6c61125
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ namespace Vst2
|
|||
#endif
|
||||
|
||||
#ifndef JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS
|
||||
#define JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS 1
|
||||
#if JucePlugin_WantsMidiInput
|
||||
#define JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if JUCE_VST3_CAN_REPLACE_VST2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue