Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_graph_builder.cc539 float peak = lr.calc_peak (config.format->normalize_lufs (), config.format->normalize_dbtp ()); in set_peak_lufs()
544 limiter->set_threshold (config.format->normalize_dbtp ()); in set_peak_lufs()
601 id &= a.normalize_dbtp () == b.normalize_dbtp (); in operator ==()
H A Dexport_format_specification.cc259 set_normalize_dbtp (other.normalize_dbtp()); in ExportFormatSpecification()
328 node->set_property ("dbtp", normalize_dbtp()); in get_state()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_format_specification.h176 float normalize_dbtp () const { return _normalize_dbtp; } in normalize_dbtp() function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_format_dialog.cc389 normalize_dbtp_spinbutton.set_value (spec->normalize_dbtp ()); in load_state()