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

Data Fields

std::function< bool()> return_to_cue_on_pause_
 Whether to return to cue position on pause.
std::function< int()> metronome_countin_bars_
 Number of bars to count-in when requesting playback with metronome enabled.
std::function< int()> recording_preroll_bars_
 Number of bars to pre-roll before recording.

Detailed Description

Definition at line 124 of file transport.h.

Field Documentation

◆ metronome_countin_bars_

std::function<int ()> zrythm::dsp::Transport::ConfigProvider::metronome_countin_bars_

Number of bars to count-in when requesting playback with metronome enabled.

Definition at line 135 of file transport.h.

◆ recording_preroll_bars_

std::function<int ()> zrythm::dsp::Transport::ConfigProvider::recording_preroll_bars_

Number of bars to pre-roll before recording.

FIXME: add more details here.

Definition at line 142 of file transport.h.

◆ return_to_cue_on_pause_

std::function<bool ()> zrythm::dsp::Transport::ConfigProvider::return_to_cue_on_pause_

Whether to return to cue position on pause.

Definition at line 129 of file transport.h.


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