HomeSort by relevance Sort by last modified time
    Searched refs:channelPressure (Results 1 - 5 of 5) sorted by null

  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 251 EAS_U8 channelPressure; /* MIDI channel pressure */
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 153 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);
eas_synth.h 224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
eas_voicemgt.c 563 pChannel->channelPressure = DEFAULT_CHANNEL_PRESSURE;
    [all...]
eas_wtsynth.c 645 ((pChannel->channelPressure) << (NUM_EG1_FRAC_BITS -7)));
    [all...]

Completed in 56 milliseconds