/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/Instrument.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/Instrument.java

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

revision 1774 by iliev, Mon Dec 3 22:59:39 2007 UTC revision 1775 by iliev, Thu Sep 11 18:18:21 2008 UTC
# Line 78  public interface Instrument { Line 78  public interface Instrument {
78           * @return The name of the sampler engine to be used to load the instrument.           * @return The name of the sampler engine to be used to load the instrument.
79           */           */
80          public String getEngine();          public String getEngine();
81            
82            public Integer[] getKeyMapping();
83            
84            public Integer[] getKeyswitchMapping();
85  }  }

Legend:
Removed from v.1774  
changed lines
  Added in v.1775

  ViewVC Help
Powered by ViewVC