Home
last modified time | relevance | path

Searched refs:PORT_FLAG_NOT_ON_GUI (Results 1 – 5 of 5) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dports_expander.c236 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
250 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
264 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
278 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
292 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
306 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
320 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
334 pi->flags & PORT_FLAG_NOT_ON_GUI) in ports_expander_widget_setup_plugin()
H A Dmodulator_inner.c254 port->id.flags & PORT_FLAG_NOT_ON_GUI)
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/utils/
H A Dgeneral.c39 PORT_FLAG_NOT_ON_GUI)); in test_uint_from_bitfield()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dport_identifier.h230 PORT_FLAG_NOT_ON_GUI = 1 << 14, enumerator
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/
H A Dlv2_plugin.c714 pi->flags |= PORT_FLAG_NOT_ON_GUI; in create_port()