Age | Commit message (Expand) | Author | Files | Lines |
2007-08-09 | Added missing file. | David Robillard | 2 | -5/+90 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 27 | -172/+531 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -7/+7 |
2007-08-05 | Remove obnoxious/expensive MIDI event count debugging print statement. | David Robillard | 2 | -3/+8 |
2007-08-02 | Fix MIDI patching. | David Robillard | 8 | -52/+154 |
2007-08-02 | Implement MIDI copying, fixes MIDI patching from patch input -> patch output ... | David Robillard | 8 | -21/+65 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 80 | -583/+374 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 6 | -23/+36 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 20 | -72/+73 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 5 | -56/+76 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 14 | -15/+14 |
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 | 39 | -110/+111 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -1/+1 |
2007-07-26 | Trim the fat. | David Robillard | 7 | -207/+9 |
2007-07-26 | Fix destruction. | David Robillard | 2 | -10/+13 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 20 | -109/+189 |
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 | 5 | -8/+20 |
2007-07-25 | Distcheck fixes. | David Robillard | 1 | -1/+1 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 7 | -35/+35 |
2007-07-25 | Fix crash on Jack frame counter overrun. | David Robillard | 1 | -2/+0 |
2007-07-25 | Removed outdated comment. | David Robillard | 1 | -2/+1 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 3 | -1/+17 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 18 | -137/+95 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 162 | -1030/+1010 |
2007-07-24 | Fix building Ingen w/ Jack MIDI. | David Robillard | 1 | -7/+3 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 11 | -93/+124 |
2007-07-24 | Working OSC patching. | David Robillard | 4 | -8/+15 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 1 | -1/+1 |
2007-07-23 | Control <-> Audio connections. | David Robillard | 3 | -15/+27 |
2007-07-23 | Fixed OSC printer bugs, instantiates correctly now. | David Robillard | 4 | -23/+54 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 10 | -10/+195 |
2007-07-13 | Yet another potential fix. | David Robillard | 1 | -1/+0 |
2007-07-13 | Added yet another assertion in search of the heisenbug. | David Robillard | 1 | -2/+3 |
2007-07-13 | Added harsher assertion in hopes of catching bug earlier. | David Robillard | 1 | -3/+1 |
2007-07-04 | Added metadata (ie integer, toggle) to builtin node control ports. | David Robillard | 5 | -33/+32 |
2007-07-04 | Remove MIDI event debug messages (from MIDI control node). | David Robillard | 1 | -7/+0 |
2007-07-04 | Fix MIDI control and trigger nodes. | David Robillard | 4 | -4/+17 |
2007-07-04 | Allow setting control values out of range. | David Robillard | 1 | -0/+5 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 2 | -4/+7 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 7 | -41/+47 |
2007-06-24 | Fix running GUI with internal engine and direct interface (i.e. no OSC) with ... | David Robillard | 5 | -38/+12 |
2007-06-23 | Possible fix for serialisation in locales with , as decimal point. | David Robillard | 1 | -9/+3 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 2 | -24/+16 |
2007-06-08 | Remove PluginLibrary, use Glib::Module instead. | David Robillard | 5 | -155/+43 |
2007-06-08 | Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh). | David Robillard | 3 | -41/+3 |
2007-06-07 | Don't install unit test binaries. | David Robillard | 1 | -1/+1 |
2007-05-08 | Removed Alsa MIDI driver. | David Robillard | 4 | -497/+0 |
2007-05-04 | Double Jack initialisation and other cmdline fixes. | David Robillard | 1 | -0/+6 |