Age | Commit message (Expand) | Author | Files | Lines |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 1 | -6/+0 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 1 | -20/+12 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 1 | -1/+1 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 1 | -2/+3 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -3/+3 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 1 | -12/+70 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -11/+26 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -15/+16 |
2013-01-06 | Fix incorrect setting of CV values in the middle of a cycle which resulted in... | David Robillard | 1 | -3/+1 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -2/+2 |
2012-11-18 | Set atom:supports properties for patch event inputs. | David Robillard | 1 | -1/+8 |
2012-11-17 | Gracefully handle failure to send notifications due to buffer overrun. | David Robillard | 1 | -3/+7 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-18 | Node => Block | David Robillard | 1 | -6/+6 |
2012-08-16 | Set initial ingen:value property for ports with a value. | David Robillard | 1 | -1/+6 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 1 | -2/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -2/+2 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -3/+3 |
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -5/+6 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -20/+34 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -2/+3 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 1 | -4/+4 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -12/+6 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -7/+94 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -4/+4 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -0/+14 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -11/+17 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 1 | -6/+5 |
2012-05-31 | Implement Control/CV morph ports. | David Robillard | 1 | -9/+17 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -1/+0 |
2012-05-23 | Fix creation of several ports in rapid succession (e.g. on patch load). | David Robillard | 1 | -1/+1 |
2012-05-22 | Fix crash when setting nodes polyphonic. | David Robillard | 1 | -10/+5 |
2012-05-14 | Tidy. | David Robillard | 1 | -2/+2 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -1/+4 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -6/+3 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -5/+4 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-04-28 | Actually filter redundant port activity messages. | David Robillard | 1 | -10/+7 |
2012-04-26 | Don't send peak values if they're equal to the last sent value. | David Robillard | 1 | -1/+1 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 1 | -5/+5 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 1 | -22/+3 |
2012-03-22 | Remove crufty headeres. | David Robillard | 1 | -1/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -34/+40 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -0/+1 |