Skip to content

Tremolo Extension

James Brundage edited this page Apr 22, 2022 · 4 revisions

Extension/Tremolo.RoughDraft.Extension.ps1

Synopsis

Tremolo effect


Description

Sinusoidal phase modulation.


Related Links


Parameters

Tremolo

If set, will use the Tremolo effect

Type Requried Postion PipelineInput
[Switch] true named false

TremoloFrequency

Modulation frequency in Hertz. Range is 0.1 - 20000.0. Default value is 5.0 Hz.

Type Requried Postion PipelineInput
[Single] false 1 false

TremoloDepth

Depth of modulation as a percentage. Range is 0.0 - 1.0. Default value is 0.5.

Type Requried Postion PipelineInput
[Single] false 2 false

Syntax

Extension/Tremolo.RoughDraft.Extension.ps1 -Tremolo [[-TremoloFrequency] <Single>] [[-TremoloDepth] <Single>] [<CommonParameters>]

Clone this wiki locally