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

Uses of DLSModulator in com.sun.media.sound
 

Fields in com.sun.media.sound with type parameters of type DLSModulator
protected  java.util.List<DLSModulator> DLSInstrument.modulators
           
protected  java.util.List<DLSModulator> DLSRegion.modulators
           
 

Methods in com.sun.media.sound that return types with arguments of type DLSModulator
 java.util.List<DLSModulator> DLSInstrument.getModulators()
           
 java.util.List<DLSModulator> DLSRegion.getModulators()
           
 

Method parameters in com.sun.media.sound with type arguments of type DLSModulator
 void DLSRegion.setModulators(java.util.List<DLSModulator> modulators)