Optimize plugin-processing for non-automated params
[ardour.git] / libs / ardour / ardour / dsp_load_calculator.h
2017-08-04 Robin GareusGraph profiling: allow to override max DSP thread count...
2015-10-03 Robin GareusDSP load fall-off from 100%.
2015-10-03 Robin Gareusfix float calc:
2015-10-02 Robin Gareusfix unbound DSP calc.
2015-09-16 Robin Gareusfix DSP load bounds 0..1 and add unbound API
2015-09-16 Tim MayberryAdd DSPLoadCalculator::set_max_time() to set max time...
2015-09-16 Tim MayberryMove implementation for DSPLoadCalculator back into...
2015-09-16 Tim MayberryUse same algorithm as CA and ALSA backends in DSPLoadCa...
2015-09-16 Tim MayberryAdd check for invalid timer values from the DummyBackend
2015-09-16 Tim MayberryChange types in DSPLoadCalculator to signed integer...
2015-09-12 Tim MayberryFix typo in DSPLoadCalculator causing assertions on...
2015-09-10 John EmmasMake sure that the DSPLoadCalculator class is exportable
2015-09-10 Tim MayberryAdd DSPLoadCalculator class to libardour