summaryrefslogtreecommitdiffstats
path: root/src/server/ArcImpl.hpp
AgeCommit message (Collapse)AuthorFilesLines
2019-03-09Clean up includes and forward declarationsDavid Robillard1-8/+8
2018-09-23Enforce that arc buffer can only be accessed in run contextDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2017-03-20Improve arc list efficiencyDavid Robillard1-2/+2
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-3/+2
This was confusing stoat, and is questionable design anyway. The OutputPort functionality has been moved to PortImpl, which is a basic port with buffers suitable for use as an output, and is overridden by InputPort and DuplexPort where necessary.
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1
2013-02-03Check for required boost headers.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5041 a436a847-0d15-0410-975c-d299462d15a1
2012-12-29"edge" => "arc".David Robillard1-0/+86
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1