summaryrefslogtreecommitdiffstats
path: root/src/server/Buffer.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-6/+6
2020-08-01Use modern castsDavid Robillard1-5/+6
2020-07-18Add missing const specifiersDavid Robillard1-1/+1
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-1/+0
2019-03-09Clean up includes and forward declarationsDavid Robillard1-9/+14
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-01-21Clean up Buffer class and factor out allocationDavid Robillard1-17/+16
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-16Fix documentation warningsDavid Robillard1-0/+3
2017-03-20Always use sample accurate controlsDavid Robillard1-0/+8
2017-03-20Remove dubious Buffer::nframes() methodDavid Robillard1-12/+2
2017-03-20Add CV dumping debug utilityDavid Robillard1-0/+4
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard1-3/+4
2016-12-14Fix real-time safety of control bindingsDavid Robillard1-0/+3
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-1/+6
2016-10-14Fix sequence ports with valuesDavid Robillard1-4/+6
2016-10-02Add event outputs to Trigger and ControllerDavid Robillard1-1/+4
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-7/+7
2016-09-11Fix buffer copying for various typesDavid Robillard1-0/+3
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-20/+20
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-8/+65
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2013-01-11Use C++11 atomics.David Robillard1-3/+3
2013-01-11C++11-safe conversions.David Robillard1-2/+2
2013-01-08Add support for URID ports.David Robillard1-0/+2
2012-08-20Replace several assertions with graceful error handling.David Robillard1-4/+5
2012-08-18Fix running as an LV2 plugin.David Robillard1-0/+2
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-1/+12
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-15/+25
2012-08-10Use the usual semantics for 'end' for Buffer::set_block, which in addition to...David Robillard1-2/+1
2012-08-10Fix various const violations.David Robillard1-2/+12
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-0/+34
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-1/+0
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-0/+3
2012-05-11Fix compilation with clang.David Robillard1-2/+1
2012-04-23Localise buffer reference stuff.David Robillard1-7/+0
2012-04-23Maybe fix boost compilation errors.David Robillard1-3/+8
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-24/+22
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-2/+2
2011-09-24Fix crash with parallel execution.David Robillard1-6/+9
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard1-2/+0
2011-05-20Upate for new Raul APIDavid Robillard1-0/+2
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+97