Home
last modified time | relevance | path

Searched refs:tremDepth (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ft2play/ft2play-5730b16/
H A Dpmplay.h68 uint8_t glissFunk, vibPos, tremPos, vibSpeed, vibDepth, tremSpeed, tremDepth; member
H A Dpmp_main.c1481 ch->tremDepth = tmp8; in tremolo()
1506 tmpTrem = (tmpTrem * ch->tremDepth) >> 6; in tremolo()
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_replayer.h249 uint8_t glissFunk, vibPos, tremPos, vibSpeed, vibDepth, tremSpeed, tremDepth; member
H A Dft2_replayer.c1880 ch->tremDepth = tmp8; in tremolo()
1905 tmpTrem = (tmpTrem * ch->tremDepth) >> 6; // logical shift (unsigned calc.), not arithmetic shift in tremolo()
H A Dft2_inst_ed.c61 uint8_t tremDepth, vibSweep, vibRate, vibDepth, flags; member