public interface

ModelChannelMixer

implements MidiChannel
com.sun.media.sound.ModelChannelMixer
Known Indirect Subclasses

Class Overview

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

  • Implement non-voice oriented instruments.
  • Add insert effect to instruments; for example distortion effect.
  • Warning! Classes that implements ModelChannelMixer must be thread-safe.

Summary

Public Methods
abstract boolean process(float[][] buffer, int offset, int len)
abstract void stop()
[Expand]
Inherited Methods
From interface javax.sound.midi.MidiChannel

Public Methods

public abstract boolean process (float[][] buffer, int offset, int len)

public abstract void stop ()