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

Data Fields

pthread_t pthread
 
int id
 Thread index in zrythm.
 
Graphgraph
 Pointer back to the graph.
 

Detailed Description

Definition at line 58 of file graph_thread.h.

Field Documentation

◆ graph

Graph* GraphThread::graph

Pointer back to the graph.

Definition at line 71 of file graph_thread.h.

◆ id

int GraphThread::id

Thread index in zrythm.

The main thread will be -1 and the rest in sequence starting from 0.

Definition at line 68 of file graph_thread.h.

◆ pthread

pthread_t GraphThread::pthread

Definition at line 60 of file graph_thread.h.


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