|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelChannelMixer
ModelChannelMixer is used to process channel voice mix output before going
to master output.
It can be used to:
Warning! Classes that implements ModelChannelMixer must be thread-safe.
Method Summary | |
---|---|
boolean |
process(float[][] buffer,
int offset,
int len)
|
void |
stop()
|
Methods inherited from interface javax.sound.midi.MidiChannel |
---|
allNotesOff, allSoundOff, controlChange, getChannelPressure, getController, getMono, getMute, getOmni, getPitchBend, getPolyPressure, getProgram, getSolo, localControl, noteOff, noteOff, noteOn, programChange, programChange, resetAllControllers, setChannelPressure, setMono, setMute, setOmni, setPitchBend, setPolyPressure, setSolo |
Method Detail |
---|
boolean process(float[][] buffer, int offset, int len)
void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |