Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/src/
H A Dbitmeter.c95 ++self->histS[BIM_DHIT + exp + k]; in float_stats()
301 self->histM[BIM_DHIT + k] = self->histS[BIM_DHIT + k]; in bim_run()
447 if (self->histM[BIM_DHIT + o] == 0) { in bit_render()
451 float xo = xr * self->histM[BIM_DONE + o] / (float) self->histM[BIM_DHIT + o]; in bit_render()
H A Duris.h45 #define BIM_DHIT 0 // + exp + k [count totals] macro
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dbitmeter.c430 …draw_bit_box (ui, cr, x0r_s - rintf (xp * spc_s), y0_s, rad_s, ui->flt[o + BIM_DHIT], ui->flt[o + … in expose_event()