summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Always clear cached buffers before reuseDavid Robillard1-0/+1
2017-02-18Reduce Driver couplingDavid Robillard1-4/+3
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-0/+6
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-21/+35
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-0/+6
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-24Use sequence buffer size from Jack.David Robillard1-2/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-4/+5
2013-01-27Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.David Robillard1-4/+4
2013-01-11Initialise atomics.David Robillard1-1/+5
2013-01-11Use C++11 atomics.David Robillard1-11/+11
2013-01-08Add support for URID ports.David Robillard1-1/+5
2012-08-20Replace several assertions with graceful error handling.David Robillard1-6/+4
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+2
2012-08-12Remove message context cruft.David Robillard1-3/+3
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-0/+1
2012-08-08Support latest LV2 buf-size extension.David Robillard1-3/+7
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-16/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-3/+3
2012-05-23Trim unnecessary includes.David Robillard1-3/+0
2012-05-23Fix creation of several ports in rapid succession (e.g. on patch load).David Robillard1-3/+3
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-4/+5
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-10/+8
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-2/+0
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-28Remove using declarations from headers.David Robillard1-1/+1
2012-04-23Localise buffer reference stuff.David Robillard1-6/+6
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-20Sshh.David Robillard1-3/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-41/+36
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-0/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-0/+6
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-3/+4
2012-03-02Update for latest atom extension.David Robillard1-1/+1
2012-02-23Update for latest Atom extension.David Robillard1-2/+2
2012-02-08Update for latest Atom extension.David Robillard1-1/+1
2011-12-10Fix buffer atom type initialisation.David Robillard1-5/+5
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+2
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard1-0/+6
2011-09-23Fix memory leaks and errors.David Robillard1-4/+6
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+163