Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/
H A Dfluidsynth.cpp150 int chorusType = FLUID_CHORUS_MOD_SINE; in open() local
152 chorusType = FLUID_CHORUS_MOD_SINE; in open()
154 chorusType = FLUID_CHORUS_MOD_TRIANGLE; in open()
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.cpp143 int chorusType = FLUID_CHORUS_MOD_SINE; in open() local
145 chorusType = FLUID_CHORUS_MOD_SINE; in open()
147 chorusType = FLUID_CHORUS_MOD_TRIANGLE; in open()
150 fluid_synth_set_chorus(_synth, chorusNr, chorusLevel, chorusSpeed, chorusDepthMs, chorusType); in open()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/
H A Dfluidsynth.cpp268 int chorusType = FLUID_CHORUS_MOD_SINE; local
270 chorusType = FLUID_CHORUS_MOD_SINE;
272 chorusType = FLUID_CHORUS_MOD_TRIANGLE;
280 fluid_synth_set_chorus_group_type(_synth, -1, chorusType);
282 fluid_synth_set_chorus(_synth, chorusNr, chorusLevel, chorusSpeed, chorusDepthMs, chorusType);
/dports/audio/drumstick/drumstick-2.5.0/library/widgets/
H A Dsonivoxsettingsdialog.cpp118 int chorusType = settings->value(QSTR_CHORUSTYPE, -1).toInt(); in readSettings() local
130 int chorusIndex = ui->combo_Chorus->findData(chorusType); in readSettings()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/src/
H A Dsynthrenderer.cpp166 int chorusType = settings->value(QSTR_CHORUSTYPE, -1).toInt(); in initialize() local
171 initChorus(chorusType); in initialize()