Searched defs:voice (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | ModelOscillatorStream.java | 40 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber, argument
|
H A D | ModelAbstractOscillator.java | 46 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 D | SoftAbstractResampler.java | 77 public void noteOn(MidiChannel channel, VoiceStatus voice, argument
|
H A D | SoftChannel.java | 223 // 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...] |
Completed in 1671 milliseconds