Class Tremolo

  • All Implemented Interfaces:
    Serializable, OptionDataListener, org.zkoss.json.JSONAware

    public class Tremolo
    extends Optionable
    Mapping options for tremolo effects.

    Tremolo is repeated changes of volume over time.

    Since:
    11.2.0.0
    Author:
    Jamson Chan
    See Also:
    Serialized Form
    • Constructor Detail

      • Tremolo

        public Tremolo()
    • Method Detail

      • getDepth

        public Object getDepth()
        Returns the Depth or Number or String object of depth, depend on what was set.

        Map to tremolo depth, from 0 to 1.

        This determines the intensity of the tremolo effect, how much the volume changes.

      • setDepth

        public void setDepth​(Depth depth)
        Sets the Depth object of depth.

        Map to tremolo depth, from 0 to 1.

        This determines the intensity of the tremolo effect, how much the volume changes.

      • setDepth

        public void setDepth​(Number depth)
        Sets the Number object of depth.

        Map to tremolo depth, from 0 to 1.

        This determines the intensity of the tremolo effect, how much the volume changes.

      • setDepth

        public void setDepth​(String depth)
        Sets the String object of depth.

        Map to tremolo depth, from 0 to 1.

        This determines the intensity of the tremolo effect, how much the volume changes.

      • getSpeed

        public Object getSpeed()
        Returns the Speed or Number or String object of speed, depend on what was set.

        Map to tremolo depth, from 0 to 1.

        This determines the speed of the tremolo effect, how fast the volume changes.

      • setSpeed

        public void setSpeed​(Speed speed)
        Sets the Speed object of speed.

        Map to tremolo depth, from 0 to 1.

        This determines the speed of the tremolo effect, how fast the volume changes.

      • setSpeed

        public void setSpeed​(Number speed)
        Sets the Number object of speed.

        Map to tremolo depth, from 0 to 1.

        This determines the speed of the tremolo effect, how fast the volume changes.

      • setSpeed

        public void setSpeed​(String speed)
        Sets the String object of speed.

        Map to tremolo depth, from 0 to 1.

        This determines the speed of the tremolo effect, how fast the volume changes.