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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftVoice.java71 SoftChannel softchannel = null; field in class:SoftVoice
233 if (softchannel.keybasedcontroller_active != null)
234 if (softchannel.keybasedcontroller_active[note] != null)
235 if (softchannel.keybasedcontroller_active[note][keycontrol]) {
237 softchannel.keybasedcontroller_value[note][keycontrol];
257 if (softchannel.keybasedcontroller_active == null) {
403 if (softchannel.keybasedcontroller_active == null) {
538 if (softchannel.sustain) {
629 osc_stream.noteOn(softchannel, this, noteOn_noteNumber,
642 if (note_delta_a > softchannel
[all...]

Completed in 32 milliseconds