Age | Commit message (Expand) | Author | Files | Lines |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 1 | -1/+1 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -8/+8 |
2007-09-23 | Update for SLV2 UI interface. | David Robillard | 1 | -19/+20 |
2007-09-23 | Fix liblo thing for real this time. | David Robillard | 1 | -3/+3 |
2007-09-23 | Fix some weird liblo problem, probably in a breakey and/or leakey way. | David Robillard | 1 | -1/+1 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 8 | -48/+113 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 5 | -21/+58 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 3 | -21/+71 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 1 | -1/+1 |
2007-09-20 | Fix RDF threading problems (random messy crashes on patch loading). | David Robillard | 3 | -0/+15 |
2007-09-20 | Fix serialization of node polyphonic value. | David Robillard | 2 | -9/+5 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 3 | -1/+12 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 2 | -110/+1 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 11 | -120/+120 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 12 | -16/+65 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 2 | -15/+29 |
2007-09-19 | Fix various serialization problems. | David Robillard | 1 | -3/+10 |
2007-09-19 | Fix LV2 dynamic poly crash. | David Robillard | 2 | -0/+11 |
2007-09-19 | Broadcast polyphony changes to clients. | David Robillard | 3 | -1/+10 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 3 | -0/+32 |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 1 | -6/+8 |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 2 | -8/+11 |
2007-09-08 | Serialisation of patch enabled status. | David Robillard | 1 | -3/+6 |
2007-09-07 | Fix RDF URIs for subpatches (first letter was chopped). | David Robillard | 1 | -2/+4 |
2007-08-10 | Fix loading control values from deprecated Om patches. | David Robillard | 3 | -18/+27 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 6 | -62/+80 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 3 | -2/+4 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 2 | -2/+2 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 2 | -12/+22 |
2007-07-27 | Track control values for port 'sliders' (module sliders move in sync with nod... | David Robillard | 3 | -2/+32 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 2 | -2/+2 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 2 | -17/+53 |
2007-07-26 | Make canvas grab events. | David Robillard | 4 | -101/+13 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -10/+11 |
2007-07-26 | Maybe fix undefined reference. | David Robillard | 1 | -0/+1 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 5 | -21/+50 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 12 | -137/+184 |
2007-07-25 | Distcheck fixes. | David Robillard | 1 | -0/+2 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 2 | -2/+1 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 2 | -6/+16 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 31 | -126/+126 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 2 | -8/+10 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 1 | -0/+1 |
2007-07-07 | Added missing file. | David Robillard | 1 | -0/+50 |
2007-07-04 | Fix serialization of Patch type. | David Robillard | 1 | -1/+1 |
2007-07-04 | Added metadata (ie integer, toggle) to builtin node control ports. | David Robillard | 4 | -26/+8 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 2 | -0/+31 |
2007-06-24 | Fixed unnnecessary name mangling of deprecated patches. | David Robillard | 4 | -13/+28 |
2007-06-23 | Possible fix for serialisation in locales with , as decimal point. | David Robillard | 1 | -0/+5 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 4 | -4/+96 |