mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-14 00:20:41 +00:00
Increase number of LADSPA nodes
Quick solution for 2.1.8 only. Addresses #793.
This commit is contained in:
parent
8adaaa7079
commit
ca40101025
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include <ladspa.h>
|
#include <ladspa.h>
|
||||||
|
|
||||||
#define FLUID_LADSPA_MAX_EFFECTS 100
|
#define FLUID_LADSPA_MAX_EFFECTS 100
|
||||||
#define FLUID_LADSPA_MAX_NODES 100
|
#define FLUID_LADSPA_MAX_NODES 1000
|
||||||
|
|
||||||
typedef enum _fluid_ladspa_state_t
|
typedef enum _fluid_ladspa_state_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue