Home | History | Annotate | Download | only in lib_src

Lines Matching refs:velocity

182     pVoice->velocity = pVoice->nextVelocity = DEFAULT_VELOCITY;
1265 * nNoteVelocity - the key velocity from this note
1271 static void VMStolenVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex)
1285 pVoice->nextVelocity = velocity;
1382 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\to channel %d note: %d velocity: %d\n",
1410 pVoice->velocity = pVoice->nextVelocity;
1523 * nNoteVelocity - new note's velocity
1535 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice)
1594 VMStolenVoice(pVoiceMgr, pSynth, oldestVoiceNum, channel, note, velocity, regionIndex);
1610 void VMStartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex)
1660 if (VMCheckPolyphonyLimiting(pVoiceMgr, pSynth, channel, note, velocity, regionIndex, lowVoice, highVoice) == EAS_TRUE)
1687 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMStartVoice: voice %d assigned to channel %d note %d velocity %d\n",
1688 voiceNum, channel, note, velocity); */ }
1694 pVoiceMgr->voices[voiceNum].velocity = velocity;
1713 VMStolenVoice(pVoiceMgr, pSynth, voiceNum, channel, note, velocity, regionIndex);
1718 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMStartVoice: Could not steal a voice for channel %d note %d velocity %d\n",
1719 channel, note, velocity); */ }
1736 * nNoteVelocity - the key velocity from this note
1747 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity)
1769 event.velocity = velocity;
1805 /* check key against this region's key and velocity range */
1807 ((velocity >= pDLSRegion->velLow) && (velocity <= pDLSRegion->velHigh)))
1809 VMStartVoice(pVoiceMgr, pSynth, channel, note, velocity, regionIndex);
1833 VMStartVoice(pVoiceMgr, pSynth, channel, note, velocity, regionIndex);
1857 * nNoteVelocity - the note-off velocity
1867 /*lint -esym(715, velocity) reserved for future use */
1868 void VMStopNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity)
1881 event.velocity = velocity;
1999 * Key velocity (for voices that haven't been started yet)
3137 /* include velocity */
3304 /* include velocity */