|
| void | Process (ref float[] samples, AudioFormat format) |
| | Passes a reference to the current set of samples for the plugin to modify.
|
| |
|
| string | Name [get] |
| | Gets the display name of the plugin.
|
| |
|
| const float | TwoPi = 2 * MathF.PI |
| |
◆ Process()
| void WobbleTremolo.WobbleTremolo.Process |
( |
ref float[] |
samples, |
|
|
AudioFormat |
format |
|
) |
| |
|
inline |
Passes a reference to the current set of samples for the plugin to modify.
- Parameters
-
| samples | Audio samples to process. To be modified in-place. |
| format | Exposes the metadata of the stream that is providing samples. |
Implements FQLab.PluginContracts.IAudioPlugin.
◆ _depth
| readonly float WobbleTremolo.WobbleTremolo._depth = 0.7f |
|
private |
◆ _lfoPhase
| float WobbleTremolo.WobbleTremolo._lfoPhase = 0f |
|
private |
◆ _rateHz
| readonly float WobbleTremolo.WobbleTremolo._rateHz = 5f |
|
private |
◆ TwoPi
| const float WobbleTremolo.WobbleTremolo.TwoPi = 2 * MathF.PI |
|
staticprivate |
◆ Name
| string WobbleTremolo.WobbleTremolo.Name |
|
get |
The documentation for this class was generated from the following file: