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

Diff of /jsampler/trunk/src/org/jsampler/task/Channel.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 439  public class Channel { Line 439  public class Channel {
439                   * Creates new instance of <code>SetMidiInstrumentMap</code>.                   * Creates new instance of <code>SetMidiInstrumentMap</code>.
440                   * @param channel The sampler channel number.                   * @param channel The sampler channel number.
441                   * @param mapId The numerical ID of the MIDI instrument                   * @param mapId The numerical ID of the MIDI instrument
442                   * map that should be assigned to the specified sampler                   * map that should be assigned to the specified sampler channel.
443                   * channel or <code>-1</code> to remove the current map binding.                   * To remove the current map binding use <code>-1</code>.
444                     * To set the current map to be the default map use <code>-2</code>.
445                   */                   */
446                  public                  public
447                  SetMidiInstrumentMap(int channel, int mapId) {                  SetMidiInstrumentMap(int channel, int mapId) {

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

  ViewVC Help
Powered by ViewVC