![]() |
VCV Rack API v2
|
#include <Module.hpp>
Public Attributes | |
| float | sampleRate |
| The current sample rate in Hz. | |
| float | sampleTime |
| The timestep of process() in seconds. | |
| int64_t | frame |
| Number of audio samples since the Engine's first sample. | |
| float rack::engine::Module::ProcessArgs::sampleRate |
The current sample rate in Hz.
| float rack::engine::Module::ProcessArgs::sampleTime |
The timestep of process() in seconds.
Defined by 1 / sampleRate.
| int64_t rack::engine::Module::ProcessArgs::frame |
Number of audio samples since the Engine's first sample.