public interface ModelOscillatorStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
noteOff(int velocity) |
void |
noteOn(javax.sound.midi.MidiChannel channel,
javax.sound.midi.VoiceStatus voice,
int noteNumber,
int velocity) |
int |
read(float[][] buffer,
int offset,
int len) |
void |
setPitch(float pitch) |
void setPitch(float pitch)
void noteOn(javax.sound.midi.MidiChannel channel,
javax.sound.midi.VoiceStatus voice,
int noteNumber,
int velocity)
void noteOff(int velocity)
int read(float[][] buffer,
int offset,
int len)
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException