Home
last modified time | relevance | path

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

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/
H A Dlv2_plugin.c589 #define SET_UNIT(caps,sc) \ in create_port() macro
597 SET_UNIT (DB, db); in create_port()
598 SET_UNIT (DEGREES, degree); in create_port()
599 SET_UNIT (HZ, hz); in create_port()
600 SET_UNIT (MHZ, mhz); in create_port()
601 SET_UNIT (MS, ms); in create_port()
602 SET_UNIT (SECONDS, s); in create_port()
604 #undef SET_UNIT in create_port()