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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftVoice.java77 private ModelOscillatorStream osc_stream; field in class:SoftVoice
584 if (osc_stream != null)
586 osc_stream.close();
616 osc_stream = resampler;
621 osc_stream = osc.open(synthesizer.getFormat().getSampleRate());
628 if (osc_stream != null)
629 osc_stream.noteOn(softchannel, this, noteOn_noteNumber,
661 osc_stream.setPitch((float)co_osc_pitch[0]);
748 if (osc_stream != null)
749 osc_stream
[all...]

Completed in 715 milliseconds