Home
last modified time | relevance | path

Searched refs:PORT_FLAG2_BEAT_UNIT (Results 1 – 8 of 8) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Drouter.c148 else if (change.flag2 & PORT_FLAG2_BEAT_UNIT) in router_start_cycle()
H A Dtempo_track.c105 PORT_FLAG2_BEAT_UNIT; in tempo_track_init()
H A Dport.c401 else if (flags2 & PORT_FLAG2_BEAT_UNIT) in port_find_from_identifier()
2569 id->flags2 & PORT_FLAG2_BEAT_UNIT) in port_set_control_value()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dautomatable_selector_popover.c323 PORT_FLAG2_BEAT_UNIT)) in create_model_for_ports()
665 id->flags2 & PORT_FLAG2_BEAT_UNIT) in automatable_selector_popover_widget_new()
H A Ddigital_meter.c872 change.flag2 = PORT_FLAG2_BEAT_UNIT; in on_scroll()
1118 change.flag2 = PORT_FLAG2_BEAT_UNIT; in drag_update()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dtransport_action.c179 change.flag2 = PORT_FLAG2_BEAT_UNIT;
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/
H A Dtransport_action.c75 change.flag2 = PORT_FLAG2_BEAT_UNIT; in test_change_bpm_and_time_sig()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dport_identifier.h396 PORT_FLAG2_BEAT_UNIT = 1 << 18, enumerator