Searched refs:FLUID_VOICE_ENVDECAY (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_voice.c287 if (env_data && voice->volenv_section == FLUID_VOICE_ENVDECAY)
1359 voice->volenv_data[FLUID_VOICE_ENVDECAY].count = count;
1360 voice->volenv_data[FLUID_VOICE_ENVDECAY].coeff = 1.0f;
1361 voice->volenv_data[FLUID_VOICE_ENVDECAY].incr = count ? -1.0f / count : 0.0f;
1362 voice->volenv_data[FLUID_VOICE_ENVDECAY].min = y;
1363 voice->volenv_data[FLUID_VOICE_ENVDECAY].max = 2.0f;
1415 voice->modenv_data[FLUID_VOICE_ENVDECAY].count = count;
1416 voice->modenv_data[FLUID_VOICE_ENVDECAY].coeff = 1.0f;
1417 voice->modenv_data[FLUID_VOICE_ENVDECAY].incr = count ? -1.0f / count : 0.0f;
1418 voice->modenv_data[FLUID_VOICE_ENVDECAY]
[all...]
H A Dfluid_voice.h56 FLUID_VOICE_ENVDECAY, enumerator in enum:fluid_voice_envelope_index_t

Completed in 38 milliseconds