VST3 plugins have unwanted "MIDI CC parameters"

Hello, everybody,

I have the following problem with a VST3 audio (fx) plugIn.

The PlugIn has 23 correct parameters and 2080 (16 * 130??) unwanted Midi CC parameters.
(displayed in Steinberg test host and Samplitude host display)

In my audioprocessor, the methods

acceptsMidi() and producesMidi() return false.

All regular parameters are created with VTree->createAndAddParameter(. . . ).

It seems that the JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS macro described in the following link is active, but it is not.

I am happy about ideas. . . . .

1 Like

got it

#define JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS 0

in AppConfig.h