Package com.vwp.sound.mod.modplay.player.autoeffect

Interface Summary
AutoEffect Interface inplemented by all autoefects.
Envelope An interface inplemented by any envelope autoeffects
 

Class Summary
AutoVibrato an effect controlling how an instrument vibrates each time it is played I have absolutely no idea how to implement this...
Fadeout an effect controlling how an instrument gradually fades out when it is released (key off) This effect maintains a fadeout value and a counter.
PanningEnvelope an effect controlling the panning of an instrument
VolumeEnvelope an effect controlling the volume of an instrument
XmAutoEffects Tiis class is necessery because the envelopes of an .XM module doesn't operate entirely independently.