Searched refs:noteOn (Results 1 – 7 of 7) sorted by relevance
36 public void noteOn(int noteIndex, int velocity) { in noteOn() method in SawVoice37 super.noteOn(noteIndex, velocity); in noteOn()
107 noteOn(channel, data[1], data[2]); in onSend()253 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() method in SynthEngine265 voice.noteOn(noteIndex, velocity); in noteOn()
33 public void noteOn(int noteIndex, int velocity) { in noteOn() method in SynthVoice
122 noteOn(data[1]); in onSend()131 private void noteOn(byte b) { in noteOn() method in AudioMidiTester
243 EAS_BOOL8 noteOn; member
1759 event.noteOn = EAS_TRUE; in VMStartNote()1871 event.noteOn = EAS_FALSE; in VMStopNote()