public class SBPlayer
extends java.lang.Object
| Constructor and Description |
|---|
SBPlayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCurrentSoundBank(javax.sound.midi.Soundbank soundBank) |
void |
close() |
int |
getCurrentPlayedNote() |
void |
open() |
void |
playNote(int midicode) |
void |
stopNote() |
public SBPlayer()
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 changeCurrentSoundBank(javax.sound.midi.Soundbank soundBank)
throws java.lang.Exception
java.lang.Exceptionpublic void playNote(int midicode)
public int getCurrentPlayedNote()
public void stopNote()