Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dmodules_mod.h69 float x1vals[2][MaxStages], y1vals[2][MaxStages]; variable
H A Daudio_fx.h109 simple_phaser(int _max_stages, float *x1vals, float *y1vals);
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Daudio_fx.cpp31 simple_phaser::simple_phaser(int _max_stages, float *x1vals, float *y1vals) in simple_phaser() argument
35 y1 = y1vals; in simple_phaser()
H A Dmodules_mod.cpp109 : left(MaxStages, x1vals[0], y1vals[0]) in phaser_audio_module()
110 , right(MaxStages, x1vals[1], y1vals[1]) in phaser_audio_module()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dmodules_mod.h87 float x1vals[2][MaxStages], y1vals[2][MaxStages]; variable
H A Daudio_fx.h117 simple_phaser(int _max_stages, float *x1vals, float *y1vals);
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmodules_mod.cpp133 : left(MaxStages, x1vals[0], y1vals[0]) in phaser_audio_module()
134 , right(MaxStages, x1vals[1], y1vals[1]) in phaser_audio_module()
H A Daudio_fx.cpp32 simple_phaser::simple_phaser(int _max_stages, float *x1vals, float *y1vals) in simple_phaser() argument
36 y1 = y1vals; in simple_phaser()