Searched refs:channelPressure (Results 1 - 14 of 14) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h247 EAS_U8 channelPressure; /* MIDI channel pressure */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h247 EAS_U8 channelPressure; /* MIDI channel pressure */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h252 EAS_U8 channelPressure; /* MIDI channel pressure */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c153 temp += ((pDLSArt->modLFOChanPressToPitch * pChannel->channelPressure) >> 7);
167 temp += ((pDLSArt->vibLFOChanPressToPitch * pChannel->channelPressure) >> 7);
198 temp += ((pDLSArt->modLFOChanPressToGain * pChannel->channelPressure) >> 7);
271 temp += ((pDLSArt->modLFOChanPressToFc* pChannel->channelPressure) >> 7);
H A Deas_synth.h224 EAS_U8 channelPressure; /* applied to all voices on a given channel */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c563 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
2144 pChannel->channelPressure = value;
2342 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
3782 pControl->channelPressure = pSynth->channels[channel].channelPressure;
H A Deas_wtsynth.c625 ((pChannel->channelPressure) << (NUM_EG1_FRAC_BITS -7)));
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h224 EAS_U8 channelPressure; /* applied to all voices on a given channel */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c563 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
2144 pChannel->channelPressure = value;
2342 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
3782 pControl->channelPressure = pSynth->channels[channel].channelPressure;
H A Deas_fmsynth.c555 pChannel->channelPressure << (NUM_EG1_FRAC_BITS -7)));
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h224 EAS_U8 channelPressure; /* applied to all voices on a given channel */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c563 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
2144 pChannel->channelPressure = value;
2342 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
3782 pControl->channelPressure = pSynth->channels[channel].channelPressure;
H A Deas_fmsynth.c555 pChannel->channelPressure << (NUM_EG1_FRAC_BITS -7)));
H A Deas_wtsynth.c619 ((pChannel->channelPressure) << (NUM_EG1_FRAC_BITS -7)));

Completed in 1345 milliseconds