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

Diff of /jsampler/trunk/src/org/jsampler/MidiDeviceModel.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 87  public interface MidiDeviceModel { Line 87  public interface MidiDeviceModel {
87          public void setBackendActive(boolean active);          public void setBackendActive(boolean active);
88                    
89          /**          /**
90             * Schedules a new task for altering
91             * a specific setting of the MIDI input device.
92             * @param prm The parameter to be set.
93             */
94            public void setBackendDeviceParameter(Parameter prm);
95            
96            /**
97           * 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.
98           * @param ports The new number of ports.           * @param ports The new number of ports.
99           */           */

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

  ViewVC Help
Powered by ViewVC