Searched refs:voice (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSend_NoteOn_AllChannels.java59 VoiceStatus voice = soft.findVoice(i,60);
60 assertTrue(voice != null);
64 voice = soft.findVoice(i,60);
65 assertTrue(voice == null);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelOscillatorStream.java40 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber, argument
H A DModelAbstractOscillator.java46 protected VoiceStatus voice; field in class:ModelAbstractOscillator
61 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber, argument
64 this.voice = voice;
79 return voice;
H A DSoftChannel.java223 // x = -1 means that there where no available voice
234 // No free voice was found, we must steal one
259 // Search for oldest voice in off state on steal_channel
274 // Search for oldest voice in on state on steal_channel
296 // * Find voice that is on
297 // and Find voice which has lowest voiceID ( oldest voice)
298 // * Or find voice that is off
299 // and Find voice which has lowest voiceID ( oldest voice)
339 initVoice(SoftVoice voice, SoftPerformer p, int voiceID, int noteNumber, int velocity, int delay, ModelConnectionBlock[] connectionBlocks, ModelChannelMixer channelmixer, boolean releaseTriggered) argument
[all...]
H A DSoftAbstractResampler.java77 public void noteOn(MidiChannel channel, VoiceStatus voice, argument
H A DSoftSynthesizer.java1208 for (SoftVoice voice: getVoices())
1209 voice.resampler = resampler.openStreamer();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DProgramAndBankChange.java56 public void noteOn(MidiChannel channel, VoiceStatus voice,
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftTuning/
H A DRealTimeTuning.java62 VoiceStatus voice, int noteNumber, int velocity) {

Completed in 177 milliseconds