Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 1 | -5/+11 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 12 | -159/+147 |
2014-01-12 | Log how many plugins are loaded when loading is finished. | David Robillard | 1 | -0/+2 |
2014-01-05 | Update type properties for morph ports so GUI displays correct type. | David Robillard | 2 | -3/+15 |
2014-01-04 | Fix event throughput. | David Robillard | 1 | -1/+1 |
2014-01-04 | More attempts at fixing deadlocks on exit. | David Robillard | 3 | -17/+15 |
2014-01-04 | Don't complain to log when state has no ingen:file property. | David Robillard | 1 | -1/+0 |
2014-01-04 | Fix port monitor period logic. | David Robillard | 2 | -9/+14 |
2013-12-31 | Hopefully fix deadlock on exit for real this time. | David Robillard | 1 | -4/+8 |
2013-12-30 | Fix occasional crashes and deadlocks on exit. | David Robillard | 2 | -2/+11 |
2013-12-30 | Fix deadlocks on exit. | David Robillard | 1 | -1/+1 |
2013-12-26 | Remove unused Driver::is_realtime() method. | David Robillard | 4 | -10/+2 |
2013-12-26 | Add test cases. | David Robillard | 2 | -3/+1 |