Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/zconvo.lv2/src/
H A Dlv2.cc148 static float db_to_coeff (float db);
469 self->clv_online->set_output_gain (db_to_coeff (self->db_dry), db_to_coeff (self->db_wet), false); in work_response()
796 db_to_coeff (float db) in db_to_coeff() function
921 self->dry_target = db_to_coeff (db_dry); in run_cfg()
924 self->clv_online->set_output_gain (self->dry_target, db_to_coeff (db_wet)); in run_cfg()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/src/
H A Ddr14.c241 static inline float db_to_coeff(const float db) { in db_to_coeff() function
322 const float cd = db_to_coeff((b - DR_HISTBINS + 1)/100.0); in dr14_calc_rms_score()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-fluidsynth.lv2/
H A Da-fluidsynth.cc267 db_to_coeff (float db) in db_to_coeff() function
549 fluid_synth_set_gain (self->synth, db_to_coeff (*self->p_ports[FS_OUT_GAIN])); in run()
582 db_to_coeff (*self->p_ports[FS_CHR_LEVEL]), in run()