Searched defs:noteOn (Results 1 – 12 of 12) sorted by relevance
43 void noteOn(synth_float_t pitch, synth_float_t velocity) { in noteOn() function
70 void noteOn(synth_float_t pitch, synth_float_t velocity) { in noteOn() function
22 private external fun noteOn(engineHandle: Long, noteIndex: Int) in noteOn() method in com.google.oboe.samples.soundboard.NoteListener
36 public void noteOn(int noteIndex, int velocity) { in noteOn() method in SawVoice
33 public void noteOn(int noteIndex, int velocity) { in noteOn() method in SynthVoice
254 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() method in SynthEngine
48 void SoundBoardEngine::noteOn(int32_t noteIndex) { in noteOn() function in SoundBoardEngine
63 void noteOn(int32_t noteIndex) { in noteOn() function
44 void noteOn() { in noteOn() function
102 private void noteOn(byte b) { in noteOn() method in MidiTapTester
243 EAS_BOOL8 noteOn; member