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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftControl.java28 * <code>SoftControl</code> are the basic controls
33 public interface SoftControl { interface
H A DSoftProcess.java32 public interface SoftProcess extends SoftControl {
H A DSoftVoice.java66 Map<String, SoftControl> objects =
67 new HashMap<String, SoftControl>();
106 private final SoftControl co_noteon = new SoftControl() {
128 private final SoftControl co_mixer = new SoftControl() {
154 private final SoftControl co_osc = new SoftControl() {
167 private final SoftControl co_filter = new SoftControl() {
[all...]
H A DSoftChannel.java130 private class MidiControlObject implements SoftControl {
148 private SoftControl[] co_midi = new SoftControl[128];
156 private SoftControl co_midi_cc = new SoftControl() {
166 private SoftControl co_midi_rpn = new SoftControl() {
182 private SoftControl co_midi_nrpn = new SoftControl() {
H A DSoftMainMixer.java100 SoftControl co_master = new SoftControl() {

Completed in 83 milliseconds