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.Exception
public void open() throws java.lang.Exception
java.lang.Exception
public void close() throws java.lang.Exception
java.lang.Exception
public void setCurrentRegisterGroupRegister(java.lang.String[] r)
public void changeInstrument(EditableInstrument instrument) throws java.lang.Exception
java.lang.Exception
public void playTracks(int[] track)
public void stopNote()
public void playSequence(javax.sound.midi.Sequence seq) throws java.lang.Exception
java.lang.Exception
public EditableInstrument getCurrentEditableInstrument()
public java.util.HashMap<java.lang.String,java.lang.Integer> getCurrentInstrumentMapping()