Home
last modified time | relevance | path

Searched refs:MAX_DSP_PLUGINS (Results 1 – 1 of 1) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplugins.c107 #define MAX_DSP_PLUGINS 10 macro
108 static DB_dsp_t *g_dsp_plugins[MAX_DSP_PLUGINS+1];
672 … memmove (&g_dsp_plugins[i], &g_dsp_plugins[i+1], (MAX_DSP_PLUGINS+1-i-1) * sizeof (void*)); in plug_remove_plugin()
1076 if (numdsp >= MAX_DSP_PLUGINS) { in plug_load_all()