Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Update copyright dates. | David Robillard | 100 | -100/+100 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 2 | -5/+21 |
2015-04-03 | Fix loading graphs with explicit/non-file URIs. | David Robillard | 1 | -30/+13 |
2015-03-13 | Fix crash on LV2 destruction. | David Robillard | 1 | -1/+3 |
2015-03-13 | Check for options interface before getting. | David Robillard | 1 | -4/+13 |
2015-03-08 | Clear graph before loading a new preset. | David Robillard | 1 | -12/+36 |
2015-03-08 | Simplify LV2 state restore code. | David Robillard | 1 | -5/+4 |
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 6 | -7/+15 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 2 | -8/+4 |
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 8 | -10/+30 |
2015-02-22 | Set Jack port order metadata. | David Robillard | 2 | -0/+15 |
2015-02-19 | Server side presets. | David Robillard | 8 | -4/+133 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 10 | -10/+10 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 7 | -54/+34 |
2015-02-09 | Stable sort update only by depth to preserve port order. | David Robillard | 2 | -6/+10 |
2015-02-08 | Don't complain about missing ports when deleting things. | David Robillard | 3 | -5/+7 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 25 | -136/+543 |
2015-02-07 | Add missing files. | David Robillard | 2 | -0/+173 |
2015-02-07 | Demodularize socket stuff. | David Robillard | 4 | -3/+86 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 11 | -65/+58 |
2015-02-05 | Fix events at end of cycle. | David Robillard | 1 | -4/+8 |
2015-02-05 | Fix sequence=>sequence connections. | David Robillard | 2 | -1/+3 |
2015-01-15 | Node bypass. | David Robillard | 4 | -9/+62 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -1/+1 |
2014-11-17 | Add support for pitch bend and channel/note pressure. | David Robillard | 2 | -2/+60 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 3 | -14/+18 |
2014-09-02 | Fix polyphonic subgraph outputs in a monophonic parent graph. | David Robillard | 8 | -15/+46 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 36 | -198/+614 |
2014-08-28 | Clean up code documentation. | David Robillard | 4 | -27/+22 |
2014-08-10 | Fix some memory leaks. | David Robillard | 3 | -1/+12 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 3 | -7/+3 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 2 | -2/+2 |
2014-05-05 | Add support for Jack CV via metadata. | David Robillard | 2 | -2/+71 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 8 | -2/+65 |
2014-03-31 | Yet another attempt at fixing event deadlock issues. | David Robillard | 2 | -26/+32 |
2014-03-30 | Hopefully fix dead lock issues with locked events. | David Robillard | 2 | -17/+24 |
2014-03-29 | Eliminate long-term lock from Get event. | David Robillard | 2 | -77/+124 |
2014-03-15 | Hopefully fix potential deadlocks with mass deletes (fix #962). | David Robillard | 1 | -3/+10 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 2 | -3/+3 |
2014-02-01 | Set correct size for sequence output buffers. | David Robillard | 1 | -1/+1 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-02-01 | Always monitor sequence ports that are explicitly monitored. | David Robillard | 1 | -1/+3 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 4 | -13/+44 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 27 | -33/+10 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 5 | -17/+24 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 4 | -17/+17 |
2014-01-18 | Consolidate URIs. | David Robillard | 8 | -20/+20 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 2 | -0/+15 |