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

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DSolo.java52 channel.setSolo(true);
54 channel.setSolo(false);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java490 * @see #setSolo(boolean)
517 * to verify that a call to <code>setSolo</code>
523 public void setSolo(boolean soloState); method in interface:MidiChannel
534 * @see #setSolo(boolean)
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelAbstractChannelMixer.java124 public void setSolo(boolean soloState) { method in class:ModelAbstractChannelMixer
H A DSoftChannelProxy.java197 public void setSolo(boolean soloState) { method in class:SoftChannelProxy
200 channel.setSolo(soloState);
H A DSoftChannel.java1535 public void setSolo(boolean soloState) { method in class:SoftChannel
1537 current_mixer.setSolo(soloState);

Completed in 42 milliseconds