Searched refs:noteOff (Results 1 – 6 of 6) sorted by relevance
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
D | SawVoice.java | 44 public void noteOff() { in noteOff() method in SawVoice 45 super.noteOff(); in noteOff()
|
D | SynthEngine.java | 88 noteOff(channel, data[1], data[2]); in onSend() 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() method in SynthEngine 200 voice.noteOff(); in noteOff() 208 voice.noteOff(); in allNotesOff() 232 noteOff(channel, noteIndex, velocity); in noteOn()
|
D | SynthVoice.java | 39 public void noteOff() { in noteOff() method in SynthVoice
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
D | SawVoice.java | 44 public void noteOff() { in noteOff() method in SawVoice 45 super.noteOff(); in noteOff()
|
D | SynthEngine.java | 88 noteOff(channel, data[1], data[2]); in onSend() 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() method in SynthEngine 200 voice.noteOff(); in noteOff() 208 voice.noteOff(); in allNotesOff() 232 noteOff(channel, noteIndex, velocity); in noteOn()
|
D | SynthVoice.java | 39 public void noteOff() { in noteOff() method in SynthVoice
|