View Single Post
Old 10-19-2021, 11:05 AM   #12
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,785
Default

Quote:
Originally Posted by Justin View Post
That compile_commands.json has -DJucePlugin_ProducesMidiOutput=0 and -DJucePlugin_WantsMidiInput=0, maybe that's part of the issue?
This in fact looks wrong. I'll take a look...

In the project configuration file CMakeLists.txt I have:
# NEEDS_MIDI_INPUT TRUE/FALSE # Does the plugin need midi input?
NEEDS_MIDI_INPUT TRUE
# NEEDS_MIDI_OUTPUT TRUE/FALSE # Does the plugin need midi output?
NEEDS_MIDI_OUTPUT TRUE
# IS_MIDI_EFFECT TRUE/FALSE # Is this plugin a MIDI effect?
IS_MIDI_EFFECT TRUE

This seems to disagree with the compile_commands.json line you quoted, I in fact have no idea about the implications.

But I don't see more midi configuration options.

-Michael

Last edited by mschnell; 10-19-2021 at 11:12 AM.
mschnell is offline   Reply With Quote