Top Description Methods
com.sun.media.sound

public Interface ModelChannelMixer

extends MidiChannel
Known Direct Implementers
com.sun.media.sound.ModelAbstractChannelMixer
Imports
javax.sound.midi.MidiChannel

ModelChannelMixer is used to process channel voice mix output before going to master output.
It can be used to:
Author
Karl Helgason

Method Summary

Modifier and TypeMethod and Description
public boolean
process(float[][] buffer, int offset, int len)

public void
stop()

Inherited from javax.sound.midi.MidiChannel:
allNotesOffallSoundOffcontrolChangegetChannelPressuregetControllergetMonogetMutegetOmnigetPitchBendgetPolyPressuregetProgramgetSololocalControlnoteOffnoteOffnoteOnprogramChangeprogramChangeresetAllControllerssetChannelPressuresetMonosetMutesetOmnisetPitchBendsetPolyPressuresetSolo

Method Detail

processback to summary
public boolean process(float[][] buffer, int offset, int len)
stopback to summary
public void stop()