Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PortBackend::FrameRange Struct Reference

Frame range to operate on (on both the port's buffers and the backend's buffers). More...

#include <src/gui/dsp/port_backend.h>

Data Fields

nframes_t start_frame = 0
 
nframes_t nframes = 0
 

Detailed Description

Frame range to operate on (on both the port's buffers and the backend's buffers).

Definition at line 28 of file port_backend.h.

Field Documentation

◆ nframes

nframes_t PortBackend::FrameRange::nframes = 0

Definition at line 31 of file port_backend.h.

◆ start_frame

nframes_t PortBackend::FrameRange::start_frame = 0

Definition at line 30 of file port_backend.h.


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