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

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

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

revision 1284 by iliev, Thu May 24 21:43:45 2007 UTC revision 1285 by iliev, Fri Aug 10 19:55:03 2007 UTC
# Line 236  public interface SamplerModel { Line 236  public interface SamplerModel {
236          public MidiInstrumentMap[] getMidiInstrumentMaps();          public MidiInstrumentMap[] getMidiInstrumentMaps();
237                    
238          /**          /**
239             * Gets the position of the specified MIDI instrument map in the list.
240             * @param map The map whose index should be returned.
241             * @return The position of the specified map in the list,
242             * or -1 if <code>map</code> is <code>null</code> or
243             * the map list does not contain the specified map.
244             */
245            public int getMidiInstrumentMapIndex(MidiInstrumentMap map);
246            
247            /**
248           * Adds the specified MIDI instrument map.           * Adds the specified MIDI instrument map.
249           * @param map The MIDI instrument map to be added.           * @param map The MIDI instrument map to be added.
250           */           */

Legend:
Removed from v.1284  
changed lines
  Added in v.1285

  ViewVC Help
Powered by ViewVC