rasmus.interpreter.sampled.midi
Class InstrumentRecord

java.lang.Object
  extended by rasmus.interpreter.sampled.midi.InstrumentRecord

public class InstrumentRecord
extends java.lang.Object


Field Summary
 int bank
           
 boolean[] channels
           
 java.lang.String description
           
 int program
           
 java.util.List<VoiceRecord> voices
           
 
Constructor Summary
InstrumentRecord()
           
 
Method Summary
 int getBank()
           
 boolean[] getChannels()
           
 java.lang.String getDescription()
           
 int getProgram()
           
 java.util.List<VoiceRecord> getVoices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

InstrumentRecord

public InstrumentRecord()
Method Detail

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()