Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::dsp::GraphRenderer::RenderOptions Struct Reference

Data Fields

units::sample_rate_t sample_rate_
units::sample_t block_length_
unsigned int num_threads_

Detailed Description

Definition at line 21 of file graph_renderer.h.

Field Documentation

◆ block_length_

units::sample_t zrythm::dsp::GraphRenderer::RenderOptions::block_length_

Definition at line 24 of file graph_renderer.h.

◆ num_threads_

unsigned int zrythm::dsp::GraphRenderer::RenderOptions::num_threads_
Initial value:
=
std::max (5u, std::thread::hardware_concurrency ()) - 4

Definition at line 25 of file graph_renderer.h.

◆ sample_rate_

units::sample_rate_t zrythm::dsp::GraphRenderer::RenderOptions::sample_rate_

Definition at line 23 of file graph_renderer.h.


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