Age | Commit message (Expand) | Author | Files | Lines |
2008-05-19 | Better global (engine/client) LV2 feature sharing. | David Robillard | 1 | -1/+1 |
2008-05-19 | Easier to read conflicing LADSPA plugin error messages. | David Robillard | 1 | -2/+3 |
2008-03-11 | Fix building w/o LADSPA. | David Robillard | 1 | -0/+2 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -11/+4 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -1/+4 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 1 | -181/+40 |
2007-10-12 | Fix broken compilation w/o --enable-debug | David Robillard | 1 | -1/+2 |
2007-10-11 | Fix awful plugin loading situation. | David Robillard | 1 | -211/+125 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -1/+5 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 1 | -1/+2 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -6/+6 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 1 | -4/+4 |
2007-10-07 | Remove DSSI. | David Robillard | 1 | -176/+0 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 1 | -31/+31 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 1 | -12/+12 |
2007-10-05 | Don't use lazy binding for loading plugin libraries. | David Robillard | 1 | -1/+1 |
2007-09-21 | Somewhat functional dynamic polyphony (LV2 and internal nodes only). | David Robillard | 1 | -1/+1 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 1 | -1/+1 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -17/+17 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -1/+1 |
2007-08-05 | Remove obnoxious/expensive MIDI event count debugging print statement. | David Robillard | 1 | -0/+8 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 1 | -45/+53 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -1/+1 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -5/+5 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 1 | -19/+10 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -12/+12 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 1 | -2/+2 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 1 | -25/+25 |
2007-06-08 | Remove PluginLibrary, use Glib::Module instead. | David Robillard | 1 | -31/+19 |
2007-04-29 | Fixed incomplete transfer of loaded plugins to client, bundle transfer. | David Robillard | 1 | -0/+2 |
2007-04-20 | Update for SLV2 API changes. | David Robillard | 1 | -1/+1 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 1 | -4/+4 |
2007-02-20 | Updated Ingen for most recent SLV2 API. | David Robillard | 1 | -11/+14 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-02-07 | Abstracted out "Connectable" concept in FlowCanvas (towards connecting things... | David Robillard | 1 | -0/+4 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 1 | -0/+3 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -1/+18 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 1 | -7/+7 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 1 | -0/+12 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -3/+2 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -10/+0 |
2006-09-07 | Patch port fixes. | David Robillard | 1 | -64/+37 |
2006-07-29 | Update to most recent SLV2 API | David Robillard | 1 | -2/+2 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -14/+14 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -5/+5 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -23/+14 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-07-04 | Partial support for loading old patches | David Robillard | 1 | -66/+61 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-18 | Reworked use of Plugin class in engine slightly (more RAII-ey) | David Robillard | 1 | -14/+9 |