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

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

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

revision 1775 by iliev, Mon Dec 3 23:22:02 2007 UTC revision 1776 by iliev, Thu Sep 11 18:48:36 2008 UTC
# Line 97  public class OrchestraInstrument extends Line 97  public class OrchestraInstrument extends
97          public String          public String
98          getFormatVersion() { return null; }          getFormatVersion() { return null; }
99                    
100            public Integer[]
101            getKeyMapping() { return null; }
102            
103            public Integer[]
104            getKeyswitchMapping() { return null; }
105            
106          /**          /**
107           * Returns the name of this instrument.           * Returns the name of this instrument.
108           * @return The name of this instrument.           * @return The name of this instrument.

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

  ViewVC Help
Powered by ViewVC