|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| pthread_t | pthread |
| int | id |
| Thread index in zrythm. | |
| Graph * | graph |
| Pointer back to the graph. | |
Definition at line 55 of file graph_thread.h.
| Graph* GraphThread::graph |
Pointer back to the graph.
Definition at line 68 of file graph_thread.h.
| int GraphThread::id |
Thread index in zrythm.
The main thread will be -1 and the rest in sequence starting from 0.
Definition at line 65 of file graph_thread.h.
| pthread_t GraphThread::pthread |
Definition at line 57 of file graph_thread.h.