Searched refs:noteOff (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelDirector.java43 public void noteOff(int noteNumber, int velocity); method in interface:ModelDirector
H A DModelAbstractChannelMixer.java88 public void noteOff(int noteNumber) { method in class:ModelAbstractChannelMixer
91 public void noteOff(int noteNumber, int velocity) { method in class:ModelAbstractChannelMixer
H A DModelOscillatorStream.java43 public void noteOff(int velocity); method in interface:ModelOscillatorStream
H A DSoftChannelProxy.java125 public void noteOff(int noteNumber) { method in class:SoftChannelProxy
128 channel.noteOff(noteNumber);
131 public void noteOff(int noteNumber, int velocity) { method in class:SoftChannelProxy
134 channel.noteOff(noteNumber, velocity);
H A DModelStandardDirector.java57 public void noteOff(int noteNumber, int velocity) { method in class:ModelStandardDirector
H A DModelAbstractOscillator.java57 public void noteOff(int velocity) { method in class:ModelAbstractOscillator
H A DSoftChannel.java441 voices[i].noteOff(0);
547 public void noteOff(int noteNumber, int velocity) { method in class:SoftChannel
553 current_mixer.noteOff(noteNumber, velocity);
573 voices[i].noteOff(velocity);
615 current_director.noteOff(tunedKey, velocity);
660 public void noteOff(int noteNumber) { method in class:SoftChannel
1131 voices[i].noteOff(0);
1169 voices[i].noteOff(0);
1473 voices[i].noteOff(0);
H A DModelStandardIndexedDirector.java161 public void noteOff(int noteNumber, int velocity) { method in class:ModelStandardIndexedDirector
H A DSoftAbstractResampler.java81 public void noteOff(int velocity) { method in class:SoftAbstractResampler.ModelAbstractResamplerStream
H A DSoftVoice.java531 void noteOff(int velocity) { method in class:SoftVoice
749 osc_stream.noteOff(noteOff_velocity);
H A DSoftMainMixer.java1108 softchannel.noteOff(data1, data2);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java73 * {@link #noteOff(int)}, terminating the note.
78 * @see #noteOff(int, int)
96 * @see #noteOff(int)
101 public void noteOff(int noteNumber, int velocity); method in interface:MidiChannel
108 * @see #noteOff(int, int)
110 public void noteOff(int noteNumber); method in interface:MidiChannel
368 * @see #noteOff(int)
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DNoteOverFlowTest.java27 @summary Test SoftChannel noteOn/noteOff overflow test */
51 ch1.noteOff(64);
56 ch1.noteOff(64);
H A DNoteOff.java27 @summary Test SoftChannel noteOff method */
57 channel.noteOff(60);
H A DNoteOff2.java27 @summary Test SoftChannel noteOff method */
57 channel.noteOff(60);
H A DProgramAndBankChange.java53 public void noteOff(int velocity) {
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftTuning/
H A DRealTimeTuning.java57 public void noteOff(int velocity) {

Completed in 82 milliseconds