Home
last modified time | relevance | path

Searched refs:PORT_FLAG2_BEATS_PER_BAR (Results 1 – 7 of 7) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Drouter.c143 PORT_FLAG2_BEATS_PER_BAR) in router_start_cycle()
H A Dtempo_track.c85 PORT_FLAG2_BEATS_PER_BAR; in tempo_track_init()
H A Dport.c397 else if (flags2 & PORT_FLAG2_BEATS_PER_BAR) in port_find_from_identifier()
2568 if (id->flags2 & PORT_FLAG2_BEATS_PER_BAR || in port_set_control_value()
2592 id->flags2 & PORT_FLAG2_BEATS_PER_BAR; in port_set_control_value()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dautomatable_selector_popover.c321 PORT_FLAG2_BEATS_PER_BAR || in create_model_for_ports()
664 id->flags2 & PORT_FLAG2_BEATS_PER_BAR || in automatable_selector_popover_widget_new()
H A Ddigital_meter.c850 PORT_FLAG2_BEATS_PER_BAR; in on_scroll()
1094 PORT_FLAG2_BEATS_PER_BAR; in drag_update()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dtransport_action.c173 PORT_FLAG2_BEATS_PER_BAR;
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dport_identifier.h393 PORT_FLAG2_BEATS_PER_BAR = 1 << 17, enumerator