Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-03 | Fixed LV2-less build. | David Robillard | 1 | -0/+2 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 21 | -659/+58 |
2007-05-01 | Moved loading out to it's own namespace. | David Robillard | 2 | -60/+47 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 6 | -247/+240 |
2007-04-29 | Replace URIs in load plugin dialog with user friendly strings. | David Robillard | 1 | -5/+5 |
2007-04-29 | Fixed incomplete transfer of loaded plugins to client, bundle transfer. | David Robillard | 1 | -0/+1 |
2007-04-21 | Loading plugins via class-based menu heirarchy in patch context menu. | David Robillard | 5 | -13/+72 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 2 | -5/+8 |
2007-04-16 | Updated Jack version checked by configure. | David Robillard | 3 | -13/+13 |
2007-04-12 | Updated Raptor dependency to 1.4.14 (for Turtle serialization). | David Robillard | 2 | -9/+9 |
2007-04-11 | Updated/cleaned up OSC namespace (/om/synth -> /ingen etc). | David Robillard | 6 | -241/+58 |
2007-04-11 | Serialization (both saving and restoring) of nested patches. | David Robillard | 4 | -66/+183 |
2007-04-10 | Fixed feedback connections. | David Robillard | 1 | -4/+6 |
2007-04-09 | Fix crash on saving recursive patches (don't load yet though). | David Robillard | 1 | -1/+5 |
2007-04-09 | Internal subpatch connection bugfix. | David Robillard | 1 | -8/+15 |
2007-04-08 | Fix connections directly between subpatch input/output ports. | David Robillard | 5 | -37/+23 |
2007-04-08 | Alsa MIDI compile fixes. | David Robillard | 1 | -1/+1 |