Increase number of LADSPA nodes

Quick solution for 2.1.8 only.
Addresses #793.
This commit is contained in:
derselbst 2021-03-06 09:45:32 +01:00
parent 8adaaa7079
commit ca40101025

View file

@ -33,7 +33,7 @@
#include <ladspa.h>
#define FLUID_LADSPA_MAX_EFFECTS 100
#define FLUID_LADSPA_MAX_NODES 100
#define FLUID_LADSPA_MAX_NODES 1000
typedef enum _fluid_ladspa_state_t
{