Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -4/+4 |
2008-08-17 | There! | David Robillard | 1 | -2/+1 |
2008-08-17 | Cloooser... | David Robillard | 1 | -1/+1 |
2008-08-16 | Clooser... | David Robillard | 1 | -1/+1 |
2008-08-16 | Closer... | David Robillard | 1 | -3/+3 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -1/+1 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 1 | -1/+1 |
2008-06-09 | Bump liblo dependency to 0.24. | David Robillard | 1 | -8/+12 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -1/+1 |
2007-10-13 | Send polyphonic state on object creation. | David Robillard | 1 | -0/+3 |
2007-10-11 | Fix awful plugin loading situation. | David Robillard | 1 | -1/+1 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -12/+12 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -5/+5 |
2007-10-08 | SharedPtr-ize engine-side Connections (towards merge for patch->connections()). | David Robillard | 1 | -6/+3 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 1 | -2/+2 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 1 | -2/+2 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 1 | -28/+11 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 1 | -49/+1 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 1 | -4/+4 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 1 | -6/+6 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -6/+1 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 1 | -5/+5 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -1/+1 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -11/+11 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 1 | -0/+2 |
2007-07-04 | Added metadata (ie integer, toggle) to builtin node control ports. | David Robillard | 1 | -16/+13 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 1 | -3/+2 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 1 | -3/+5 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 1 | -3/+3 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2006-12-11 | Serialization of patch ports. | David Robillard | 1 | -2/+4 |
2006-12-08 | Fixed plugin type issues | David Robillard | 1 | -1/+1 |
2006-09-18 | More store error correcting fixes. | David Robillard | 1 | -1/+4 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -47/+43 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -8/+8 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -24/+2 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -7/+7 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -2/+2 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -10/+9 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-07-12 | Factored out Thread (and Slave, an explicitly signal-driven thread) | David Robillard | 1 | -1/+1 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 1 | -5/+10 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 1 | -1/+3 |
2006-06-22 | LADSPA port default value loading (engine side) | David Robillard | 1 | -14/+6 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 1 | -1/+7 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 1 | -1/+1 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 1 | -1/+1 |
2006-06-19 | Renamed PortBase to TypedPort | David Robillard | 1 | -2/+2 |
2006-06-19 | Ditched ghetto homebrew RTTI in favour of the real deal; | David Robillard | 1 | -4/+7 |