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

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

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

revision 2301 by iliev, Sun Jul 3 22:01:16 2011 UTC revision 2302 by iliev, Thu Dec 15 23:13:30 2011 UTC
# Line 193  public interface SamplerChannelModel { Line 193  public interface SamplerChannelModel {
193           * Schedules a new task for assigning (on the backend side) the           * Schedules a new task for assigning (on the backend side) the
194           * specified MIDI instrument map to this sampler channel.           * specified MIDI instrument map to this sampler channel.
195           * @param mapId Specify the numerical ID of the MIDI instrument           * @param mapId Specify the numerical ID of the MIDI instrument
196           * map that should be assigned to this sampler           * map that should be assigned to this sampler channel.
197           * channel or <code>-1</code> to remove the current map binding.           * To remove the current map binding use <code>-1</code>.
198             * To set the current map to be the default map use <code>-2</code>.
199           */           */
200          public void setBackendMidiInstrumentMap(int mapId);          public void setBackendMidiInstrumentMap(int mapId);
201                    

Legend:
Removed from v.2301  
changed lines
  Added in v.2302

  ViewVC Help
Powered by ViewVC