Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Deq.c97 int fft_on; member
279 plugin_data->fft_on = 0; //Initialy no GUI then no need to compute FFT in instantiateEQ()
384 plugin_data->fft_on = 1; in runEQ_v2()
388 plugin_data->fft_on = 0; in runEQ_v2()
441 if(plugin_data->fft_on) in runEQ_v2()