|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
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. | |
Definition at line 124 of file transport.h.
| 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.
| 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.
| 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.