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

Uses of ModelConnectionBlock in com.sun.media.sound
 

Fields in com.sun.media.sound declared as ModelConnectionBlock
protected  ModelConnectionBlock[] SoftChannel.cds_channelpressure_connections
           
protected  ModelConnectionBlock[] SoftChannel.cds_control_connections
           
protected  ModelConnectionBlock[] SoftChannel.cds_polypressure_connections
           
 ModelConnectionBlock[] SoftPerformer.connections
           
protected  ModelConnectionBlock[] SoftVoice.extendedConnectionBlocks
           
protected  ModelConnectionBlock[] SoftVoice.stealer_extendedConnectionBlocks
           
 

Methods in com.sun.media.sound that return types with arguments of type ModelConnectionBlock
 java.util.List<ModelConnectionBlock> ModelPerformer.getConnectionBlocks()
           
 

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

Method parameters in com.sun.media.sound with type arguments of type ModelConnectionBlock
 void ModelPerformer.setConnectionBlocks(java.util.List<ModelConnectionBlock> connectionBlocks)