fix: validate input index in Mixer and update parameter count in plugin info

This commit is contained in:
Liam Kerr 2026-08-05 17:43:54 +01:00
parent 386f8b7e54
commit 970cb6049d
4 changed files with 16 additions and 10 deletions

View file

@ -9,7 +9,7 @@
#define DISTRHO_PLUGIN_NUM_INPUTS 2
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_NUM_PARAMETERS 2
#define DISTRHO_PLUGIN_NUM_PARAMETERS 5
#define DISTRHO_PLUGIN_WANT_PROGRAMS 0
#define DISTRHO_PLUGIN_WANT_STATE 0