Common struct to pass around during processing to avoid repeating the data in function arguments.
More...
#include <src/utils/types.h>
Common struct to pass around during processing to avoid repeating the data in function arguments.
Definition at line 132 of file types.h.
◆ g_start_frame_
Global position at the start of the processing cycle (no offset added).
Definition at line 139 of file types.h.
◆ g_start_frame_w_offset_
Global position with EngineProcessTimeInfo.local_offset added, for convenience.
Definition at line 143 of file types.h.
◆ local_offset_
| nframes_t EngineProcessTimeInfo::local_offset_ = 0 |
Offset in the current processing cycle, between 0 and the number of frames in AudioEngine.block_length.
Definition at line 147 of file types.h.
◆ nframes_
| nframes_t EngineProcessTimeInfo::nframes_ = 0 |
Number of frames to process in this call, starting from the offset.
Definition at line 152 of file types.h.
The documentation for this struct was generated from the following file: