public class SBRegistersPlay
extends java.lang.Object
| Constructor and Description |
|---|
SBRegistersPlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeInstrument(EditableInstrument instrument) |
void |
close() |
EditableInstrument |
getCurrentEditableInstrument() |
java.util.HashMap<java.lang.String,java.lang.Integer> |
getCurrentInstrumentMapping() |
void |
open() |
void |
playSequence(javax.sound.midi.Sequence seq) |
void |
playTracks(int[] track) |
void |
setCurrentRegisterGroupRegister(java.lang.String[] r) |
void |
stopNote() |
public SBRegistersPlay()
throws java.lang.Exception
java.lang.Exceptionpublic void open()
throws java.lang.Exception
java.lang.Exceptionpublic void close()
throws java.lang.Exception
java.lang.Exceptionpublic void setCurrentRegisterGroupRegister(java.lang.String[] r)
public void changeInstrument(EditableInstrument instrument) throws java.lang.Exception
java.lang.Exceptionpublic void playTracks(int[] track)
public void stopNote()
public void playSequence(javax.sound.midi.Sequence seq)
throws java.lang.Exception
java.lang.Exceptionpublic EditableInstrument getCurrentEditableInstrument()
public java.util.HashMap<java.lang.String,java.lang.Integer> getCurrentInstrumentMapping()