Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
CpuWidget Struct Reference

Data Fields

GtkWidget parent_instance
 
int cpu
 CPU load (0-100).
 
int dsp
 DSP load (0-100).
 
guint cpu_source_id
 Source func IDs.
 
guint dsp_source_id
 
GdkTexture * cpu_texture
 
GdkTexture * dsp_texture
 

Detailed Description

Definition at line 26 of file cpu.h.

Field Documentation

◆ cpu

int CpuWidget::cpu

CPU load (0-100).

Definition at line 31 of file cpu.h.

◆ cpu_source_id

guint CpuWidget::cpu_source_id

Source func IDs.

Definition at line 37 of file cpu.h.

◆ cpu_texture

GdkTexture* CpuWidget::cpu_texture

Definition at line 40 of file cpu.h.

◆ dsp

int CpuWidget::dsp

DSP load (0-100).

Definition at line 34 of file cpu.h.

◆ dsp_source_id

guint CpuWidget::dsp_source_id

Definition at line 38 of file cpu.h.

◆ dsp_texture

GdkTexture* CpuWidget::dsp_texture

Definition at line 41 of file cpu.h.

◆ parent_instance

GtkWidget CpuWidget::parent_instance

Definition at line 28 of file cpu.h.


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