summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+16
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-4/+4
2017-12-25Use auto for iteratorsDavid Robillard1-2/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Use nullptrDavid Robillard1-1/+1
2017-03-20Factor out redundant overloadsDavid Robillard1-6/+0
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-3/+3
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-8/+19
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-9/+15
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-4/+4
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-15/+30
2015-09-02Remove last use of map::emplace.David Robillard1-4/+4
2015-08-12Server-side presets.David Robillard1-11/+8
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+19
2014-09-02Fix polyphonic subgraph outputs in a monophonic parent graph.David Robillard1-3/+31
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-2/+14
2014-08-28Clean up code documentation.David Robillard1-2/+0
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-0/+8
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+10
2014-01-18Consolidate URIs.David Robillard1-2/+2
2014-01-12Combine port buffers and set state into a single voice object.David Robillard1-7/+7
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-0/+34
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-3/+2
2012-08-19Patch => GraphDavid Robillard1-8/+8
2012-08-18Node => BlockDavid Robillard1-3/+3
2012-08-15Clean up includes.David Robillard1-2/+0
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard1-0/+7
2012-08-12Stricter symbol construction and conversion.David Robillard1-14/+14
2012-08-12Remove message context cruft.David Robillard1-5/+5
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-0/+7
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+1
2012-05-23Trim unnecessary includes.David Robillard1-6/+0
2012-05-14Tidy.David Robillard1-21/+22
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-5/+7
2012-05-11"Connection" => "Edge"David Robillard1-1/+0
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-23Localise buffer reference stuff.David Robillard1-3/+3
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-4/+5
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-1/+2
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-01Make PortImpl::get_buffers const.David Robillard1-1/+3
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+99