rasmus.interpreter.sampled.midi
Class InstrumentRecord
java.lang.Object
rasmus.interpreter.sampled.midi.InstrumentRecord
public class InstrumentRecord
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
voices
public java.util.List<VoiceRecord> voices
program
public int program
bank
public int bank
channels
public boolean[] channels
description
public java.lang.String description
InstrumentRecord
public InstrumentRecord()
getVoices
public java.util.List<VoiceRecord> getVoices()
getDescription
public java.lang.String getDescription()
getChannels
public boolean[] getChannels()
getProgram
public int getProgram()
getBank
public int getBank()