Searched defs:synthesizer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java106 private SoftSynthesizer synthesizer; field in class:SoftChannel
214 this.synthesizer = synth;
236 int vmode = synthesizer.getVoiceAllocationMode();
490 = synthesizer.findInstrument(program, bank, channel);
496 .getChannelMixer(this, synthesizer.getFormat());
502 prevVoiceID = synthesizer.voiceIDCounter++;
593 = synthesizer.findInstrument(program, bank, channel);
599 .getChannelMixer(this, synthesizer.getFormat());
606 prevVoiceID = synthesizer.voiceIDCounter++;
1081 x = x / synthesizer
[all...]
H A DSoftVoice.java35 * Software synthesizer voice class.
68 SoftSynthesizer synthesizer; field in class:SoftVoice
187 synthesizer = synth;
347 objects.put("master", synthesizer.getMainMixer().co_master);
433 eg.init(synthesizer);
434 lfo.init(synthesizer);
615 synthesizer.getFormat().getSampleRate());
621 osc_stream = osc.open(synthesizer.getFormat().getSampleRate());
733 if (synthesizer.reverb_on) {
738 if (synthesizer
[all...]

Completed in 33 milliseconds