Home
last modified time | relevance | path

Searched refs:PORT_FLAG_SEND_RECEIVABLE (Results 1 – 2 of 2) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dtrack_processor.c132 PORT_FLAG_SEND_RECEIVABLE; in init_midi_port()
252 l->id.flags |= PORT_FLAG_SEND_RECEIVABLE; in init_stereo_out_ports()
253 r->id.flags |= PORT_FLAG_SEND_RECEIVABLE; in init_stereo_out_ports()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dport_identifier.h261 PORT_FLAG_SEND_RECEIVABLE = 1 << 21, enumerator