/[svn]/jsampler/trunk/src/org/jsampler/DefaultMidiDeviceModel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/DefaultMidiDeviceModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1356 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1357 by iliev, Sat Sep 22 17:27:06 2007 UTC
# Line 132  public class DefaultMidiDeviceModel impl Line 132  public class DefaultMidiDeviceModel impl
132          }          }
133                    
134          /**          /**
135             * Schedules a new task for altering
136             * a specific setting of the MIDI input device.
137             * @param prm The parameter to be set.
138             */
139            public void
140            setBackendDeviceParameter(Parameter prm) {
141                    CC.getTaskQueue().add(new Midi.SetDeviceParameter(getDeviceId(), prm));
142            }
143            
144            /**
145           * Schedules a new task for changing the port number of the MIDI device.           * Schedules a new task for changing the port number of the MIDI device.
146           * @param ports The new number of ports.           * @param ports The new number of ports.
147           */           */

Legend:
Removed from v.1356  
changed lines
  Added in v.1357

  ViewVC Help
Powered by ViewVC