There are 2 versions of the plugin:
- (1) a custom Metasound node (MetasoundNodes folder)
- (2) a source effect that can be used in preset chain (SourceEffects folder)
[Setup] [Tremolo] [Vibrato] [Adding-more-effects...]
Clone the repo into your project or engine plugin folder.
Tremolo is an amplitude modulation effect. This is a simple implementation of Tremolo effect using sine waveform as the LFO. The Tremolo effect has 2 parameters Rate, and Depth.
- RATE: LFO frequency (Hz) range from 0.1 to 10.0 (default is 2.0Hz)
- DEPTH: Intensity of the Tremolo (0% - 100%) range from 0.0 to 1.0 (default is 0.5 or 50%)
Vibrato is a modulated delay effect. This is a simple implementation of Vibrato effect using sine waveform as the LFO and linear interpolation. The Vibrato effect has 2 parameters Rate, and Width.
- RATE: LFO frequency (Hz) range from 0.1 to 10.0 (default is 2.0Hz)
- WIDTH: Delay length (ms) range from 1.0 to 50.0 (default is 10.0ms)