Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fil4.lv2/src/
H A Duris.h89 IIR_LS_EN, IIR_LS_FREQ, IIR_LS_Q, IIR_LS_GAIN, enumerator
H A Dlv2.c269 …const float ls_gain = *self->_port[IIR_LS_EN] > 0 ? powf (10.f, .05f * self->_port[IIR_LS_GAIN][0]… in process_channel()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fil4.lv2/gui/
H A Dfil4.c1405 ui->write(ui->controller, IIR_LS_EN + i * 4, sizeof(float), 0, (const void*) &val); in cb_btn_en()
3058 robtk_cbtn_set_touch (ui->btn_enable[i], ui->touch->touch, ui->touch->handle, IIR_LS_EN + i * 4); in toplevel()
3519 else if (port_index >= IIR_LS_EN && port_index <= IIR_HS_GAIN) { in port_event()
3520 const int param = (port_index - IIR_LS_EN) % 4; in port_event()
3521 const int sect = (port_index - IIR_LS_EN) / 4; in port_event()