Uses of Class
com.sun.media.sound.SoftPerformer

Uses of SoftPerformer in com.sun.media.sound
 

Fields in com.sun.media.sound declared as SoftPerformer
protected  SoftPerformer SoftVoice.performer
           
protected  SoftPerformer SoftVoice.stealer_performer
           
 

Methods in com.sun.media.sound that return SoftPerformer
 SoftPerformer[] SoftInstrument.getPerformers()
           
 

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