--- jlscp/trunk/src/org/linuxsampler/lscp/Instrument.java 2008/09/11 18:11:06 1774 +++ jlscp/trunk/src/org/linuxsampler/lscp/Instrument.java 2008/09/11 18:18:21 1775 @@ -78,4 +78,8 @@ * @return The name of the sampler engine to be used to load the instrument. */ public String getEngine(); + + public Integer[] getKeyMapping(); + + public Integer[] getKeyswitchMapping(); }