Age | Commit message (Expand) | Author | Files | Lines |
2007-09-18 | Fix possibility of partially compiled patches. | David Robillard | 1 | -0/+7 |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 5 | -26/+28 |
2007-09-18 | Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl... | David Robillard | 4 | -25/+32 |
2007-09-16 | More obvious visual representation of polyphonic nodes. | David Robillard | 1 | -3/+2 |
2007-09-14 | Remove useless 'controls' items from canvas context menu. | David Robillard | 3 | -502/+464 |
2007-09-12 | Disable sensitivity of patch poly spinner. | David Robillard | 1 | -0/+3 |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 8 | -46/+54 |
2007-09-09 | Possible fix for crash on weird MIDI note input. | David Robillard | 1 | -8/+13 |
2007-09-08 | Serialisation of patch enabled status. | David Robillard | 4 | -116/+138 |
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 | 6 | -33/+62 |
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 | 32 | -185/+590 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -7/+7 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -2/+3 |
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 | 10 | -221/+155 |
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 | Added missing bindings files. | David Robillard | 3 | -1/+71 |
2007-08-01 | Fix autohell for last commit. | David Robillard | 2 | -6/+3 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 93 | -822/+563 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 13 | -97/+120 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 33 | -90/+228 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 13 | -39/+139 |
2007-07-31 | SWIG building fixes. | David Robillard | 10 | -25/+43 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 8 | -6/+88 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 8 | -60/+92 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 31 | -35/+31 |
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 | 3 | -51/+78 |
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 | 25 | -110/+252 |
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 | 25 | -243/+121 |