Searched refs:vibrato (Results 1 – 7 of 7) sorted by relevance
91 + // vibrato constants122 + Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations127 + bool vibrato,tremolo; // vibrato/tremolo enable bits158 + // vibrato/tremolo increment/counter262 -// vibrato constants293 - Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations298 - bool vibrato,tremolo; // vibrato/tremolo enable bits330 -// vibrato/tremolo increment/counter
47 unsigned char vibrato; /* vibrato effect */ member
410 depth = (7 - voice->sound->vibrato) in snd_opl4_update_vibrato_depth()412 depth = (depth >> 7) + voice->sound->vibrato; in snd_opl4_update_vibrato_depth()
139 u8 vibrato; member
475 if (voice->vibrato) in snd_opl3_set_voice()