Home | History | Annotate | Download | only in lib_src

Lines Matching full:note

169  * Update the synth's state to play the requested note on the requested
174 * nKeyNumber - the MIDI key number for this note
175 * nNoteVelocity - the key velocity for this note
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
188 * If the note that we've been asked to start is in the same key group as
190 * note in the same key group and then start the newly requested note.
193 * nChannel - synth channel that wants to start a new note
194 * nKeyNumber - new note's midi note number
196 * nNoteVelocity - new note's velocity
214 * We only play at most 2 of the same note on a MIDI channel.
215 * E.g., if we are asked to start note 36, and there are already two voices
216 * that are playing note 36, then we must steal the voice playing
217 * the oldest note 36 and use that stolen voice to play the new note 36.
220 * nChannel - synth channel that wants to start a new note
221 * nKeyNumber - new note's midi note number
222 * nNoteVelocity - new note's velocity
234 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);
240 * Update the synth's state to end the requested note on the requested
245 * nKeyNumber - the key number of the note to stop
246 * nNoteVelocity - the note-off velocity
290 * Note age
304 EAS_RESULT VMStealVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_INT *pVoiceNumber, EAS_U8 channel, EAS_U8 note, EAS_I32 lowVoice, EAS_I32 highVoice);
378 * Note: some midi disassemblers display a bipolar pitch bend value.
426 * NOTE: The synth has only one set of global RPN data instead of RPN data
479 * that received a note off while the damper pedal was on, and
480 * had their note-off requests deferred, should now proceed to
489 * any voice with deferred note offs on this channel are updated such that
513 * any voice with deferred note offs on this channel are updated such that
523 * Increment the note age for all voices older than the age of the voice
548 * nChannel - current channel for this note
549 * nKeyNumber - current midi note number
560 EAS_RESULT VMFindRegionIndex (S_VOICE_MGR *pVoiceMgr, EAS_U8 channel, EAS_U8 note, EAS_U16 *pRegionIndex);
624 * note off already) or forces them to mute quickly.
662 * Stop the notes that had deferred note-off requests.
671 * voices that have had deferred note-off requests are now put into release
904 * Returns the total note count