VCV Rack API v2
Loading...
Searching...
No Matches
rack::engine::Module::ProcessArgs Struct Reference
module NULL

#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.
 

Member Data Documentation

◆ sampleRate

float rack::engine::Module::ProcessArgs::sampleRate

The current sample rate in Hz.

◆ sampleTime

float rack::engine::Module::ProcessArgs::sampleTime

The timestep of process() in seconds.

Defined by 1 / sampleRate.

◆ frame

int64_t rack::engine::Module::ProcessArgs::frame

Number of audio samples since the Engine's first sample.


The documentation for this struct was generated from the following file: