Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-04-28 | Gracefully handle UI communication ring overflow. | David Robillard | 1 | -4/+13 |
2012-04-28 | Lint. | David Robillard | 1 | -2/+2 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -4/+4 |
2012-04-27 | Fix mismatched sample rate and buffer size. | David Robillard | 1 | -1/+1 |
2012-04-27 | Initialise thread system if necessary to work in non-Gtk hosts. | David Robillard | 1 | -0/+4 |
2012-04-23 | Use URI defines where possible. | David Robillard | 1 | -1/+1 |
2012-04-12 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-31 | Update for latest LV2 state extension. | David Robillard | 1 | -6/+8 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -17/+16 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 1 | -1/+1 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -18/+111 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -2/+2 |
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 1 | -56/+66 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -11/+14 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -49/+52 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -6/+9 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 1 | -1/+111 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 |
2012-03-10 | Fix loading as an LV2 plugin. | David Robillard | 1 | -6/+10 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+2 |
2012-01-14 | Load correct OSC module in ingen plugin. | David Robillard | 1 | -1/+1 |
2011-10-22 | Remove EventType. | David Robillard | 1 | -4/+0 |
2011-10-21 | QueuedEngineInterface => ServerInterfaceImpl. | David Robillard | 1 | -3/+3 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -13/+13 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -2/+2 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+23 |
2011-10-03 | Use port type instead of buffer type where appropriate. | David Robillard | 1 | -4/+4 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -1/+1 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -2/+0 |
2011-05-21 | Fix patch loading. | David Robillard | 1 | -3/+9 |