Age | Commit message (Expand) | Author | Files | Lines |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -2/+3 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -2/+3 |
2012-11-17 | LV2 time support when running as a plugin. | David Robillard | 1 | -1/+13 |
2012-11-17 | Set plugin<=>UI queue size based on LV2 options. | David Robillard | 1 | -4/+7 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 1 | -0/+4 |
2012-08-29 | Update for latest options extension. | David Robillard | 1 | -4/+4 |
2012-08-29 | Implement buf-size via options. | David Robillard | 1 | -33/+44 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -3/+4 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -60/+60 |
2012-08-18 | Node => Block | David Robillard | 1 | -1/+1 |
2012-08-18 | Fix running as an LV2 plugin. | David Robillard | 1 | -12/+25 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -33/+50 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 |
2012-08-15 | Simpler and more unified EnginePort implementation. | David Robillard | 1 | -99/+68 |
2012-08-15 | Remove EnginePort::move() in favour of Driver::rename_port(). | David Robillard | 1 | -10/+15 |
2012-08-14 | Don't look up system ports by path in the audio thread. | David Robillard | 1 | -7/+8 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -2/+2 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -0/+1 |
2012-08-12 | Fix Sequence output for LV2. | David Robillard | 1 | -3/+3 |
2012-08-12 | Fix notifications when running as LV2. | David Robillard | 1 | -1/+2 |
2012-08-12 | Faster control input as LV2. | David Robillard | 1 | -11/+20 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -3/+4 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -1/+1 |
2012-08-08 | Support latest LV2 buf-size extension. | David Robillard | 1 | -7/+12 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 1 | -8/+9 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -7/+6 |
2012-07-31 | Remove AudioBuffer::copy and just use memcpy. | David Robillard | 1 | -2/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -37/+35 |
2012-06-10 | Working control ports when running under LV2. | David Robillard | 1 | -1/+5 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -15/+31 |
2012-06-02 | Use URI constants. | David Robillard | 1 | -2/+2 |
2012-06-01 | Functioning MIDI input and internals when running as an LV2. | David Robillard | 1 | -2/+10 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -1/+2 |
2012-05-14 | Clean up Thread interface. | David Robillard | 1 | -2/+2 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 1 | -3/+3 |
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 1 | -22/+98 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -1/+0 |
2012-05-12 | Fix memory errors when running as LV2 plugin. | David Robillard | 1 | -6/+11 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -22/+18 |
2012-05-11 | Make IngenPort non-pure. | David Robillard | 1 | -5/+0 |
2012-05-11 | Move buffer stuff down to EnginePort. | David Robillard | 1 | -5/+0 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -5/+5 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -21/+18 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -2/+2 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -3/+3 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -1/+1 |
2012-05-09 | DriverPort => EnginePort. | David Robillard | 1 | -6/+7 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 1 | -11/+5 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 1 | -10/+10 |