Searched refs:modWheel (Results 1 – 6 of 6) sorted by relevance
149 temp += ((pDLSArt->modLFOCC1ToPitch * pChannel->modWheel) >> 7); in DLS_UpdatePhaseInc()163 temp += ((pDLSArt->vibLFOCC1ToPitch * pChannel->modWheel) >> 7); in DLS_UpdatePhaseInc()194 temp += ((pDLSArt->modLFOCC1ToGain * pChannel->modWheel) >> 7); in DLS_UpdateGain()267 temp += ((pDLSArt->modLFOCC1ToFc * pChannel->modWheel) >> 7); in DLS_UpdateFilter()
214 EAS_U8 modWheel; /* CC1 */ member
550 pChannel->modWheel = DEFAULT_MOD_WHEEL; in VMResetControllers()2237 pChannel->modWheel = value; in VMControlChange()2334 pChannel->modWheel = DEFAULT_MOD_WHEEL; in VMControlChange()3778 pControl->modWheel = pSynth->channels[channel].modWheel; in VMGetMIDIControllers()
661 ((pChannel->modWheel) << (NUM_EG1_FRAC_BITS -7))); in WT_UpdatePhaseInc()
248 EAS_U8 modWheel; /* CC1 */ member