Home
last modified time | relevance | path

Searched refs:track_type_can_record (Results 1 – 9 of 9) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/backend/
H A Dtracklist_selections.c158 track_type_can_record (track->type) && in tracklist_selections_add_track()
163 if (track_type_can_record (track->type) && in tracklist_selections_add_track()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dfader_buttons.c216 if (track_type_can_record (track->type)) in fader_buttons_widget_refresh()
H A Dtrack.c2363 track_type_can_record (track->type) && in multipress_pressed()
3306 if (track_type_can_record (track->type)) in track_widget_new()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/integration/
H A Drecording.c1323 if (track_type_can_record (P_CHORD_TRACK->type)) in test_chord_track_recording()
1340 if (track_type_can_record (P_CHORD_TRACK->type)) in test_chord_track_recording()
1354 if (track_type_can_record (P_CHORD_TRACK->type)) in test_chord_track_recording()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dtrack.h1140 track_type_can_record ( in track_type_can_record() function
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dtrack.c383 if (track_type_can_record (type)) in track_new()
860 track_type_can_record (track->type) && in track_get_recording()
3659 if (track_type_can_record (self->type)) in track_append_ports()
H A Dtrack_processor.c1075 (track_type_can_record (tr->type) in track_processor_process()
H A Drecording_manager.c286 !track_type_can_record (tr->type))) in recording_manager_handle_recording()
H A Dport.c2951 track_type_can_record (track->type) && in port_process()
3173 && track_type_can_record (track->type) in port_process()