Searched refs:FLUID_VOICE_ENVRELEASE (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_voice.c1370 voice->volenv_data[FLUID_VOICE_ENVRELEASE].count = count;
1371 voice->volenv_data[FLUID_VOICE_ENVRELEASE].coeff = 1.0f;
1372 voice->volenv_data[FLUID_VOICE_ENVRELEASE].incr = count ? -1.0f / count : 0.0f;
1373 voice->volenv_data[FLUID_VOICE_ENVRELEASE].min = 0.0f;
1374 voice->volenv_data[FLUID_VOICE_ENVRELEASE].max = 1.0f;
1426 voice->modenv_data[FLUID_VOICE_ENVRELEASE].count = count;
1427 voice->modenv_data[FLUID_VOICE_ENVRELEASE].coeff = 1.0f;
1428 voice->modenv_data[FLUID_VOICE_ENVRELEASE].incr = count ? -1.0f / count : 0.0;
1429 voice->modenv_data[FLUID_VOICE_ENVRELEASE].min = 0.0f;
1430 voice->modenv_data[FLUID_VOICE_ENVRELEASE]
[all...]
H A Dfluid_voice.h58 FLUID_VOICE_ENVRELEASE, enumerator in enum:fluid_voice_envelope_index_t
265 #define _ON(voice) ((voice)->status == FLUID_VOICE_ON && (voice)->volenv_section < FLUID_VOICE_ENVRELEASE)
H A Dfluid_dsp_float.c149 && voice->volenv_section < FLUID_VOICE_ENVRELEASE);
214 && voice->volenv_section < FLUID_VOICE_ENVRELEASE);
305 && voice->volenv_section < FLUID_VOICE_ENVRELEASE);
462 && voice->volenv_section < FLUID_VOICE_ENVRELEASE);

Completed in 43 milliseconds