Age | Commit message (Expand) | Author | Files | Lines |
2008-12-21 | Fix mixdown of several connections with varying sizes (i.e. control and audio... | David Robillard | 2 | -8/+7 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 12 | -12/+12 |
2008-12-21 | Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307). | David Robillard | 1 | -0/+2 |
2008-12-20 | Fix clear patch when patch contains driver ports (fix ticket #288). | David Robillard | 2 | -14/+36 |
2008-12-20 | Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f... | David Robillard | 14 | -72/+106 |
2008-12-20 | Fix race condition on clear patch. | David Robillard | 4 | -7/+7 |
2008-12-20 | Update lv2_contexts.h: | David Robillard | 2 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 69 | -167/+127 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+5 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 2 | -5/+16 |
2008-11-29 | Fix local includes to use quotes (to always build against local version). | David Robillard | 1 | -2/+2 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 3 | -27/+25 |
2008-11-29 | Prefixes with underscores look weird. | David Robillard | 1 | -1/+1 |
2008-11-29 | Set properties (not variables) on internal nodes so serialisations match LV2 ... | David Robillard | 3 | -11/+15 |
2008-11-29 | Clean up and organize internals. | David Robillard | 15 | -71/+71 |
2008-11-28 | Sane ontology for internaals. | David Robillard | 7 | -17/+18 |
2008-11-28 | Store module locations on drop (fix ticket #281). | David Robillard | 1 | -2/+2 |
2008-11-28 | MIDI learn for note trigger node. | David Robillard | 4 | -4/+17 |
2008-11-27 | Remove ancient OmInProcess.cpp that hasn't worked for ages. | David Robillard | 1 | -66/+0 |
2008-11-27 | Remove old learn response event junk. | David Robillard | 4 | -58/+7 |
2008-11-27 | MIDI learn for control node. | David Robillard | 7 | -35/+57 |
2008-11-27 | Fix warnings for non-debug builds. | David Robillard | 2 | -9/+20 |
2008-11-27 | Shutup. | David Robillard | 1 | -3/+1 |
2008-11-27 | Fix 'control change for unknown port' message on patch loading. | David Robillard | 2 | -16/+23 |
2008-11-25 | Don't require liblo or libsoup to build queued engine interface (which is use... | David Robillard | 1 | -38/+37 |
2008-11-24 | Cleanups. | David Robillard | 3 | -11/+11 |
2008-11-24 | Use lists instead of ringbuffers for event queue - remove upper limit on even... | David Robillard | 5 | -111/+63 |
2008-11-24 | Fix message extension. | David Robillard | 1 | -2/+2 |
2008-11-23 | Remove unused 'stamped' event queue cruft. | David Robillard | 6 | -75/+22 |
2008-11-22 | Minor cleanup. | David Robillard | 3 | -7/+5 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 3 | -3/+3 |
2008-11-22 | Better handling of large patch loading. | David Robillard | 1 | -3/+5 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 1 | -7/+3 |
2008-11-22 | Fix event loss for outputs connected directly to several inputs (fix ticket #... | David Robillard | 4 | -10/+15 |
2008-11-22 | Fix subpatch loading (fix ticket #271). | David Robillard | 2 | -6/+5 |
2008-11-17 | Don't warn about LADSPA junk. | David Robillard | 1 | -3/+1 |
2008-11-17 | Fix crash. | David Robillard | 1 | -1/+1 |
2008-11-17 | Mix down subpatch inputs when necessary (fix ticket #246). | David Robillard | 1 | -0/+2 |
2008-11-17 | Always copy when destination port has fixed buffers. | David Robillard | 1 | -1/+1 |
2008-11-17 | Use LV2 MIDI event type from map instead of hardcoded. | David Robillard | 3 | -10/+17 |
2008-11-16 | Fix shitty LADSPA name clash avoidance (fix ticket #226). | David Robillard | 1 | -25/+29 |
2008-11-16 | Shut down JACK cleanly. | David Robillard | 2 | -14/+8 |
2008-11-16 | Always report buffer size of control ports as 1 (fix ticket #260). | David Robillard | 1 | -1/+1 |
2008-11-16 | Use higher level object sending interface internally in engine. | David Robillard | 6 | -58/+5 |
2008-11-16 | More HTTP. | David Robillard | 9 | -34/+46 |
2008-11-16 | Control port value tracking via HTTP. | David Robillard | 1 | -1/+5 |
2008-11-16 | Track connecting over HTTP. | David Robillard | 1 | -13/+29 |
2008-11-16 | Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi... | David Robillard | 1 | -8/+13 |
2008-11-16 | Follow new object creation via HTTP (serialising/parsing RDF to communicate b... | David Robillard | 14 | -12/+112 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 10 | -39/+38 |