Searched refs:modulation (Results 1 – 2 of 2) sorted by relevance
490 int modulation; in make_fmmod() local494 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in make_fmmod()495 pitch += (MOD_SENSE * modulation) / 1200; in make_fmmod()506 int modulation; in make_fm2frq2() local510 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in make_fm2frq2()511 pitch += (MOD_SENSE * modulation) / 1200; in make_fm2frq2()
375 int modulation; in set_fmmod() local379 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in set_fmmod()380 pitch += (MOD_SENSE * modulation) / 1200; in set_fmmod()400 int modulation; in set_fm2frq2() local404 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in set_fm2frq2()405 pitch += (MOD_SENSE * modulation) / 1200; in set_fm2frq2()
Completed in 6 milliseconds