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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java42 public final class SoftChannel implements MidiChannel, ModelDirectedPlayer { class in inherits:MidiChannel,ModelDirectedPlayer
211 public SoftChannel(SoftSynthesizer synth, int channel) { method in class:SoftChannel
1543 for (SoftChannel c : synthesizer.channels) {
1551 for (SoftChannel c : synthesizer.channels)
1556 for (SoftChannel c : synthesizer.channels)

Completed in 34 milliseconds