Searched refs:noteOff (Results 1 – 4 of 4) sorted by relevance
104 noteOff(channel, data[1], data[2]); in onSend()220 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() method in SynthEngine223 voice.noteOff(); in noteOff()231 voice.noteOff(); in allNotesOff()255 noteOff(channel, noteIndex, velocity); in noteOn()
44 public void noteOff() { in noteOff() method in SawVoice45 super.noteOff(); in noteOff()
39 public void noteOff() { in noteOff() method in SynthVoice
120 noteOff(data[1]); in onSend()125 noteOff(data[1]); in onSend()142 private void noteOff(byte b) {} in noteOff() method in AudioMidiTester