Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/
H A Dfluidsynth.cpp262 int chorusNr = ConfMan.getInt("fluidsynth_chorus_nr"); local
276 fluid_synth_set_chorus_group_nr(_synth, -1, chorusNr);
282 fluid_synth_set_chorus(_synth, chorusNr, chorusLevel, chorusSpeed, chorusDepthMs, chorusType);
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/
H A Dfluidsynth.cpp144 int chorusNr = ConfMan.getInt("fluidsynth_chorus_nr"); in open() local
157 fluid_synth_set_chorus(_synth, chorusNr, chorusLevel, chorusSpeed, chorusDepthMs, chorusType); in open()
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/
H A Dfluidsynth.cpp137 int chorusNr = ConfMan.getInt("fluidsynth_chorus_nr"); in open() local
150 fluid_synth_set_chorus(_synth, chorusNr, chorusLevel, chorusSpeed, chorusDepthMs, chorusType); in open()