|
| 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.
|
| |
◆ Process()
| void HallEcho.HallEcho.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.
◆ _bufferSize
| int HallEcho.HallEcho._bufferSize = 0 |
|
private |
◆ _decay
| readonly float HallEcho.HallEcho._decay = 0.7f |
|
private |
◆ _delayBuffer
| float [] HallEcho.HallEcho._delayBuffer = [] |
|
private |
◆ _delayMs
| readonly int HallEcho.HallEcho._delayMs = 400 |
|
private |
◆ _feedback
| readonly float HallEcho.HallEcho._feedback = 0.5f |
|
private |
◆ _writePos
| int HallEcho.HallEcho._writePos |
|
private |
◆ Name
| string HallEcho.HallEcho.Name |
|
get |
The documentation for this class was generated from the following file: