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