Searched refs:noteOff (Results 1 – 3 of 3) sorted by relevance
44 public void noteOff() { in noteOff() method in SawVoice45 super.noteOff(); in noteOff()
88 noteOff(channel, data[1], data[2]); in onSend()197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() method in SynthEngine200 voice.noteOff(); in noteOff()208 voice.noteOff(); in allNotesOff()232 noteOff(channel, noteIndex, velocity); in noteOn()
39 public void noteOff() { in noteOff() method in SynthVoice