Age | Commit message (Expand) | Author | Files | Lines |
2007-10-07 | Remove DSSI. | David Robillard | 9 | -520/+0 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 14 | -22/+22 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 31 | -58/+58 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 13 | -29/+24 |
2007-10-04 | Fixed port menu (load fancy dynamic menu from Glade). | David Robillard | 2 | -25/+45 |
2007-10-01 | Added missing files. | David Robillard | 2 | -0/+101 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 4 | -13/+8 |
2007-10-01 | Merge NoteOnEvent and NoteOffEvent. | David Robillard | 9 | -207/+90 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 7 | -155/+35 |
2007-09-30 | Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us... | David Robillard | 3 | -18/+18 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 65 | -133/+127 |
2007-09-30 | Better driver interface for input/output. | David Robillard | 1 | -7/+5 |
2007-09-29 | Added port monitoring disable event. | David Robillard | 6 | -28/+173 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 7 | -14/+304 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 2 | -10/+23 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 4 | -51/+141 |
2007-09-20 | Fix deletion of multiple nodes instead of just one (basically fix everything ... | David Robillard | 2 | -12/+4 |
2007-09-20 | Remove useless InternalNode class. | David Robillard | 3 | -2/+3 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 2 | -28/+6 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 2 | -23/+20 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -4/+2 |
2007-09-19 | Broadcast polyphony changes to clients. | David Robillard | 1 | -2/+4 |
2007-09-19 | Added missing files. | David Robillard | 4 | -0/+267 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 5 | -8/+12 |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 3 | -7/+11 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 13 | -67/+72 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 67 | -188/+170 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 11 | -27/+27 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 4 | -4/+4 |
2007-07-26 | Fix destruction. | David Robillard | 2 | -10/+13 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 11 | -62/+76 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 2 | -0/+2 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -3/+5 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 10 | -26/+22 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 68 | -421/+421 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -55/+0 |
2007-07-23 | Control <-> Audio connections. | David Robillard | 1 | -8/+0 |
2007-07-23 | Fixed OSC printer bugs, instantiates correctly now. | David Robillard | 1 | -7/+11 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 1 | -1/+5 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 2 | -12/+11 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 68 | -122/+129 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 11 | -13/+13 |
2007-04-29 | Cleaner control panel layout, with value spinner/entry. | David Robillard | 1 | -1/+0 |
2007-04-11 | Serialization (both saving and restoring) of nested patches. | David Robillard | 2 | -8/+7 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -6/+0 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 12 | -319/+128 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 1 | -2/+0 |
2007-02-11 | Moved Maid from Ingen to Raul. | David Robillard | 9 | -15/+15 |
2007-02-10 | Fix previous (broken) commit. | David Robillard | 1 | -2/+2 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 20 | -73/+83 |