summaryrefslogtreecommitdiffstats
path: root/src/server/NodeImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-02-15Move Properties out of ResourceDavid Robillard1-1/+1
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2012-08-19GraphObject => NodeDavid Robillard1-0/+52
2012-08-18Node => BlockDavid Robillard1-187/+0
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard1-4/+7
2012-08-12Remove message context cruft.David Robillard1-1/+1
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-6/+5
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-1/+1
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-11/+1
2012-07-31Remove rotten parallelism stuff.David Robillard1-39/+0
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-1/+1
2012-07-25Remove unnecessary NodeImpl::_srate field.David Robillard1-1/+0
2012-05-29Use appropriate type for port count.David Robillard1-4/+4
2012-05-23Trim unnecessary includes.David Robillard1-4/+0
2012-05-14Tidy.David Robillard1-1/+1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+0
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-1/+2
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-14/+7
2012-04-28Lint.David Robillard1-1/+1
2012-04-23Localise buffer reference stuff.David Robillard1-4/+4
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-23Fix compilation with latest LV2.David Robillard1-37/+7
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+2
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2011-10-06Tidy.David Robillard1-16/+29
2011-10-06Align members of NodeImpl for slightly less memory consumption per node.David Robillard1-4/+8
2011-10-06Simpler providers/dependants implementation.David Robillard1-4/+0
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+264