Home
last modified time | relevance | path

Searched refs:vibrato (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch91 + // vibrato constants
122 + Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations
127 + bool vibrato,tremolo; // vibrato/tremolo enable bits
158 + // vibrato/tremolo increment/counter
262 -// vibrato constants
293 - Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations
298 - bool vibrato,tremolo; // vibrato/tremolo enable bits
330 -// vibrato/tremolo increment/counter
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound_fm.h47 unsigned char vibrato; /* vibrato effect */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound_fm.h47 unsigned char vibrato; /* vibrato effect */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound_fm.h47 unsigned char vibrato; /* vibrato effect */ member
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_synth.c410 depth = (7 - voice->sound->vibrato) in snd_opl4_update_vibrato_depth()
412 depth = (depth >> 7) + voice->sound->vibrato; in snd_opl4_update_vibrato_depth()
H A Dopl4_local.h139 u8 vibrato; member
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_synth.c475 if (voice->vibrato) in snd_opl3_set_voice()