Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Router Struct Reference
Collaboration diagram for Router:

Data Fields

Graphgraph
 
EngineProcessTimeInfo time_nfo
 Time info for this processing cycle.
 
nframes_t max_route_playback_latency
 Stored for the currently processing cycle.
 
nframes_t global_offset
 Current global latency offset (max latency of all routes - remaining latency from engine).
 
ZixSem graph_access
 Used when recalculating the graph.
 
bool callback_in_progress
 
GThread * process_kickoff_thread
 Thread that calls kicks off the cycle.
 
ZixRing * ctrl_port_change_queue
 Message queue for control port changes, used for BPM/time signature changes.
 

Detailed Description

Definition at line 77 of file router.h.

Field Documentation

◆ callback_in_progress

bool Router::callback_in_progress

Definition at line 95 of file router.h.

◆ ctrl_port_change_queue

ZixRing* Router::ctrl_port_change_queue

Message queue for control port changes, used for BPM/time signature changes.

Definition at line 102 of file router.h.

◆ global_offset

nframes_t Router::global_offset

Current global latency offset (max latency of all routes - remaining latency from engine).

Definition at line 90 of file router.h.

◆ graph

Graph* Router::graph

Definition at line 79 of file router.h.

◆ graph_access

ZixSem Router::graph_access

Used when recalculating the graph.

Definition at line 93 of file router.h.

◆ max_route_playback_latency

nframes_t Router::max_route_playback_latency

Stored for the currently processing cycle.

Definition at line 85 of file router.h.

◆ process_kickoff_thread

GThread* Router::process_kickoff_thread

Thread that calls kicks off the cycle.

Definition at line 98 of file router.h.

◆ time_nfo

EngineProcessTimeInfo Router::time_nfo

Time info for this processing cycle.

Definition at line 82 of file router.h.


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