|
| using | SampleRange = std::pair<units::sample_t, units::sample_t> |
| using | RunOnMainThread = std::function<void (std::function<void ()>)> |
Definition at line 15 of file graph_renderer.h.
◆ RunOnMainThread
| using zrythm::dsp::GraphRenderer::RunOnMainThread = std::function<void (std::function<void ()>)> |
◆ SampleRange
| using zrythm::dsp::GraphRenderer::SampleRange = std::pair<units::sample_t, units::sample_t> |
◆ render_async()
Executes render() asynchronously and returns a QFuture to control the task.
- Parameters
-
| options | |
| nodes | |
| range | |
| run_on_main_thread | Used to invoke logic that needs to run on the main thread (like graph node prepare_for_processing, etc.). |
The documentation for this class was generated from the following file: