Age | Commit message (Expand) | Author | Files | Lines |
2007-08-02 | Implement MIDI copying, fixes MIDI patching from patch input -> patch output ... | David Robillard | 8 | -21/+65 |
2007-08-02 | Actually move canvas items on move_to (fix ticket 74). | David Robillard | 2 | -10/+10 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 89 | -658/+464 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 8 | -23/+43 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 26 | -80/+84 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 4 | -12/+23 |
2007-07-31 | SWIG building fixes. | David Robillard | 9 | -21/+37 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 3 | -5/+11 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 7 | -58/+83 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 29 | -32/+29 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 7 | -43/+59 |
2007-07-27 | Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat... | David Robillard | 1 | -1/+4 |
2007-07-27 | Track control values for port 'sliders' (module sliders move in sync with nod... | David Robillard | 7 | -73/+67 |
2007-07-27 | Control port slider functionality (when not in edit more, or holding down con... | David Robillard | 2 | -0/+24 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 53 | -127/+129 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 7 | -35/+68 |
2007-07-26 | Make canvas grab events. | David Robillard | 8 | -105/+92 |
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 | 21 | -119/+200 |
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 | 11 | -22/+66 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 28 | -179/+257 |
2007-07-25 | Build against local SLV2 too. | David Robillard | 4 | -459/+528 |
2007-07-25 | Distcheck fixes. | David Robillard | 10 | -43/+65 |
2007-07-25 | Set signal emission timeout frequencer to a saner value. | David Robillard | 1 | -4/+4 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 23 | -85/+237 |
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 | 4 | -5/+22 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 21 | -145/+112 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 273 | -1536/+1517 |
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 | 18 | -113/+149 |
2007-07-24 | Fix crash triggered by closing controls window (twice, sometimes). | David Robillard | 2 | -2/+11 |
2007-07-24 | Don't show empty plugin category menus. | David Robillard | 2 | -10/+20 |
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 | Updated LV2 spec. | David Robillard | 1 | -1/+1 |
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 | 16 | -477/+698 |
2007-07-15 | Gracefully handle inability to load window icon (SVG). | David Robillard | 1 | -2/+7 |
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-07 | Added missing file. | David Robillard | 1 | -0/+50 |
2007-07-05 | Completely irrelevant code tidying. | David Robillard | 1 | -12/+12 |
2007-07-04 | Don't look for ~/.omgtkrc | David Robillard | 1 | -1/+4 |
2007-07-04 | Fix serialization of Patch type. | David Robillard | 1 | -1/+1 |