Home
last modified time | relevance | path

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

/dports/games/blackshadeselite/blackshadeselite/Source/
H A DDecals.cpp74 if(countinc < .01) in MakeDecal()
75 countinc = .01; in MakeDecal()
76 if(countinc > .2) in MakeDecal()
77 countinc = .2; in MakeDecal()
97 count = 1 - countinc; in MakeDecal()
103 count -= countinc; in MakeDecal()
114 count = 1 - countinc; in MakeDecal()
120 count -= countinc; in MakeDecal()
178 count -= countinc; in MakeDecal()
195 count -= countinc; in MakeDecal()
[all …]
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_rvoice.c741 unsigned int countinc = param[0].i; in DECLARE_FLUID_RVOICE_FUNCTION() local
744 if(countinc) in DECLARE_FLUID_RVOICE_FUNCTION()
747 voice->dsp.pitchinc = - voice->dsp.pitchoffset / countinc; in DECLARE_FLUID_RVOICE_FUNCTION()
H A Dfluid_voice.c1271 unsigned int countinc = (unsigned int)(((fluid_real_t)voice->output_rate * in fluid_voice_update_portamento() local
1277 UPDATE_RVOICE_GENERIC_IR(fluid_rvoice_set_portamento, voice->rvoice, countinc, pitchoffset); in fluid_voice_update_portamento()
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_rvoice.c741 unsigned int countinc = param[0].i; in DECLARE_FLUID_RVOICE_FUNCTION() local
744 if(countinc) in DECLARE_FLUID_RVOICE_FUNCTION()
747 voice->dsp.pitchinc = - voice->dsp.pitchoffset / countinc; in DECLARE_FLUID_RVOICE_FUNCTION()
H A Dfluid_voice.c1271 unsigned int countinc = (unsigned int)(((fluid_real_t)voice->output_rate * in fluid_voice_update_portamento() local
1277 UPDATE_RVOICE_GENERIC_IR(fluid_rvoice_set_portamento, voice->rvoice, countinc, pitchoffset); in fluid_voice_update_portamento()
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dvoice.h278 void setPortamento(unsigned int countinc, float pitchoffset);
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/rvoice/
H A Dfluid_rvoice.c742 unsigned int countinc = param[0].i; in DECLARE_FLUID_RVOICE_FUNCTION() local
745 if(countinc) in DECLARE_FLUID_RVOICE_FUNCTION()
748 voice->dsp.pitchinc = - voice->dsp.pitchoffset / countinc; in DECLARE_FLUID_RVOICE_FUNCTION()
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_rvoice.c742 unsigned int countinc = param[0].i; in DECLARE_FLUID_RVOICE_FUNCTION() local
745 if(countinc) in DECLARE_FLUID_RVOICE_FUNCTION()
748 voice->dsp.pitchinc = - voice->dsp.pitchoffset / countinc; in DECLARE_FLUID_RVOICE_FUNCTION()
H A Dfluid_voice.c1281 unsigned int countinc = (unsigned int)(((fluid_real_t)voice->output_rate * in fluid_voice_update_portamento() local
1287 UPDATE_RVOICE_GENERIC_IR(fluid_rvoice_set_portamento, voice->rvoice, countinc, pitchoffset); in fluid_voice_update_portamento()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/synth/
H A Dfluid_voice.c1284 unsigned int countinc = (unsigned int)(((fluid_real_t)voice->output_rate * in fluid_voice_update_portamento() local
1290 UPDATE_RVOICE_GENERIC_IR(fluid_rvoice_set_portamento, voice->rvoice, countinc, pitchoffset); in fluid_voice_update_portamento()