Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -9/+3 |
2013-01-27 | Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -2/+2 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -1/+1 |
2012-12-29 | "edge" => "arc". | David Robillard | 1 | -41/+41 |
2012-11-18 | Don't broadcast CV inputs connected to audio outputs. | David Robillard | 1 | -2/+4 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -3/+3 |
2012-08-18 | Node => Block | David Robillard | 1 | -3/+3 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -3/+4 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -7/+6 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -10/+37 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 1 | -10/+1 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -1/+2 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -3/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+2 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -3/+2 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -3/+3 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 1 | -4/+4 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -1/+1 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -3/+0 |
2012-05-22 | Fix crash when connecting control port to audio output on the root patch. | David Robillard | 1 | -0/+1 |
2012-05-22 | Fix crash when setting nodes polyphonic. | David Robillard | 1 | -3/+6 |
2012-05-13 | Avoid possibly creating a variable length array of size 0. | David Robillard | 1 | -1/+1 |
2012-05-12 | Fix typo. | David Robillard | 1 | -1/+1 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -5/+6 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -8/+4 |
2012-05-12 | Remove redundant thread assertions. | David Robillard | 1 | -2/+0 |
2012-05-11 | Fix compilation with clang. | David Robillard | 1 | -8/+5 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 1 | -35/+35 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 1 | -0/+1 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 1 | -3/+3 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -2/+3 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 1 | -3/+3 |
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 | -3/+3 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -5/+5 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -0/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -3/+4 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -1/+1 |
2011-10-06 | Tidy. | David Robillard | 1 | -2/+4 |
2011-10-06 | Use an intrusive linked list for InputPort connections. | David Robillard | 1 | -22/+18 |
2011-10-03 | Use port type instead of buffer type where appropriate. | David Robillard | 1 | -2/+2 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -2/+2 |
2011-10-03 | Don't stack allocate buffer array unless it's needed. | David Robillard | 1 | -7/+11 |
2011-10-01 | Make PortImpl::get_buffers const. | David Robillard | 1 | -1/+1 |