Home
last modified time | relevance | path

Searched refs:channelPressure (Results 1 – 6 of 6) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c153 temp += ((pDLSArt->modLFOChanPressToPitch * pChannel->channelPressure) >> 7); in DLS_UpdatePhaseInc()
167 temp += ((pDLSArt->vibLFOChanPressToPitch * pChannel->channelPressure) >> 7); in DLS_UpdatePhaseInc()
198 temp += ((pDLSArt->modLFOChanPressToGain * pChannel->channelPressure) >> 7); in DLS_UpdateGain()
271 temp += ((pDLSArt->modLFOChanPressToFc* pChannel->channelPressure) >> 7); in DLS_UpdateFilter()
Deas_synth.h224 EAS_U8 channelPressure; /* applied to all voices on a given channel */ member
Deas_voicemgt.c563 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE; in VMResetControllers()
2144 pChannel->channelPressure = value; in VMChannelPressure()
2342 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE; in VMControlChange()
3782 pControl->channelPressure = pSynth->channels[channel].channelPressure; in VMGetMIDIControllers()
Deas_wtsynth.c665 ((pChannel->channelPressure) << (NUM_EG1_FRAC_BITS -7))); in WT_UpdatePhaseInc()
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas_types.h252 EAS_U8 channelPressure; /* MIDI channel pressure */ member
/external/sonivox/arm-wt-22k/host_src/
Deas_types.h252 EAS_U8 channelPressure; /* MIDI channel pressure */ member