Searched defs:noteOn (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelDirector.java41 public void noteOn(int noteNumber, int velocity); method in interface:ModelDirector
H A DModelStandardDirector.java72 public void noteOn(int noteNumber, int velocity) { method in class:ModelStandardDirector
H A DModelOscillatorStream.java40 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber, method in interface:ModelOscillatorStream
H A DModelStandardIndexedDirector.java174 public void noteOn(int noteNumber, int velocity) { method in class:ModelStandardIndexedDirector
H A DModelAbstractChannelMixer.java94 public void noteOn(int noteNumber, int velocity) { method in class:ModelAbstractChannelMixer
H A DModelAbstractOscillator.java61 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber, method in class:ModelAbstractOscillator
H A DSoftAbstractResampler.java77 public void noteOn(MidiChannel channel, VoiceStatus voice, method in class:SoftAbstractResampler.ModelAbstractResamplerStream
H A DSoftChannelProxy.java137 public void noteOn(int noteNumber, int velocity) { method in class:SoftChannelProxy
140 channel.noteOn(noteNumber, velocity);
H A DSoftChannel.java375 voice.noteOn(noteNumber, velocity, delay);
410 public void noteOn(int noteNumber, int velocity) { method in class:SoftChannel
411 noteOn(noteNumber, velocity, 0);
414 /* A special noteOn with delay parameter, which is used to
417 void noteOn(int noteNumber, int velocity, int delay) { method in class:SoftChannel
422 current_mixer.noteOn(noteNumber, velocity);
512 current_director.noteOn(tunedKey, velocity);
H A DSoftVoice.java301 void noteOn(int noteNumber, int velocity, int delay) { method in class:SoftVoice
629 osc_stream.noteOn(softchannel, this, noteOn_noteNumber,
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java41 * <code>noteOn</code> messages.
80 public void noteOn(int noteNumber, int velocity); method in interface:MidiChannel
97 * @see #noteOn

Completed in 2295 milliseconds