Uses of Interface
com.sun.media.sound.ModelChannelMixer

Uses of ModelChannelMixer in com.sun.media.sound
 

Classes in com.sun.media.sound that implement ModelChannelMixer
 class ModelAbstractChannelMixer
          ModelAbstractChannelMixer is ready for use class to implement ModelChannelMixer interface.
 

Fields in com.sun.media.sound declared as ModelChannelMixer
protected  ModelChannelMixer SoftVoice.channelmixer
           
protected  ModelChannelMixer SoftChannel.current_mixer
           
protected  ModelChannelMixer SoftVoice.stealer_channelmixer
           
 

Methods in com.sun.media.sound that return ModelChannelMixer
 ModelChannelMixer ModelMappedInstrument.getChannelMixer(javax.sound.midi.MidiChannel channel, javax.sound.sampled.AudioFormat format)
           
 ModelChannelMixer ModelInstrument.getChannelMixer(javax.sound.midi.MidiChannel channel, javax.sound.sampled.AudioFormat format)
           
 

Methods in com.sun.media.sound with parameters of type ModelChannelMixer
protected  void SoftChannel.initVoice(SoftVoice voice, SoftPerformer p, int voiceID, int noteNumber, int velocity, ModelConnectionBlock[] connectionBlocks, ModelChannelMixer channelmixer, boolean releaseTriggered)
           
 void SoftMainMixer.registerMixer(ModelChannelMixer mixer)
           
 void SoftMainMixer.stopMixer(ModelChannelMixer mixer)