Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dsdhmeter.c502 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_START, 0); in btn_start()
504 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_PAUSE, 0); in btn_start()
512 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_RESET, 0); in btn_reset()
531 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_TRANSPORTSYNC, 1); in cbx_transport()
533 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_TRANSPORTSYNC, 0); in cbx_transport()
541 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_AUTORESET, 1); in cbx_autoreset()
543 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_AUTORESET, 0); in cbx_autoreset()
553 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_UISETTINGS, (float)v); in cbx_logscale()
H A Dbitmeter.c473 forge_message_kv (ui, ui->uris.mtr_meters_cfg, CTL_PAUSE, 0); in cb_btn_freeze()
475 forge_message_kv (ui, ui->uris.mtr_meters_cfg, CTL_START, 0); in cb_btn_freeze()
483 forge_message_kv (ui, ui->uris.mtr_meters_cfg, CTL_AVERAGE, 0); in cb_btn_avg()
485 forge_message_kv (ui, ui->uris.mtr_meters_cfg, CTL_WINDOWED, 0); in cb_btn_avg()
492 forge_message_kv (ui, ui->uris.mtr_meters_cfg, CTL_RESET, 0); in cb_btn_reset()
H A Debur.c1301 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_START, 0); in btn_start()
1303 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_PAUSE, 0); in btn_start()
1311 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_RESET, 0); in btn_reset()
1320 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_TRANSPORTSYNC, 1); in cbx_transport()
1323 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_TRANSPORTSYNC, 0); in cbx_transport()
1331 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_AUTORESET, 1); in cbx_autoreset()
1333 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_AUTORESET, 0); in cbx_autoreset()
1348 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_UISETTINGS, (float)v); in cbx_lufs()
1357 forge_message_kv(ui, ui->uris.mtr_meters_cfg, CTL_RADARTIME, v); in spn_radartime()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/src/
H A Duris.h128 LV2_URID mtr_meters_cfg; // from UI -> backend member
267 uris->mtr_meters_cfg = map->map(map->handle, MTR__metercfg); in map_eburlv2_uris()
299 if (obj->body.otype != uris->mtr_control && obj->body.otype != uris->mtr_meters_cfg) { in get_cc_key_value()
H A Dsigdistlv2.c229 else if (obj->body.otype == self->uris.mtr_meters_cfg) { in sdh_run()
H A Dbitmeter.c205 else if (obj->body.otype == self->uris.mtr_meters_cfg) { in bim_run()
H A Debulv2.cc277 else if (obj->body.otype == self->uris.mtr_meters_cfg) { in ebur128_run()