summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20Fix zipper noise when dragging CV port valuesDavid Robillard2-2/+3
2017-03-20Add CV dumping debug utilityDavid Robillard2-0/+20
2017-03-20Fix event timing with PortAudio driverDavid Robillard6-31/+153
2017-03-20Fix event timing and remove vestigial DirectDriverDavid Robillard4-130/+1
2017-03-20Always clear cached buffers before reuseDavid Robillard1-0/+1
2017-03-20Cleanup: Factor out bypass methodDavid Robillard2-25/+39
2017-03-20Fix polyphony testsDavid Robillard2-1/+5
2017-03-20Fix round-trip preservation of property contextsDavid Robillard28-153/+249
2017-03-20Improve arc list efficiencyDavid Robillard11-40/+39
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard6-14/+14
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard10-87/+102
2017-03-18Don't delete existing graph contents on LV2 restoreDavid Robillard1-0/+2
2017-03-18Don't delete LV2 portsDavid Robillard1-1/+1
2017-03-18Fix LV2 portsDavid Robillard1-0/+7
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard2-1/+4
2017-03-18Add missing filesDavid Robillard2-0/+229
2017-03-06Fix crash when run with disconnected control/notify portsDavid Robillard1-2/+4
2017-02-27Update for latest RaulDavid Robillard3-3/+3
2017-02-27Update waf and fix C++11 flagsDavid Robillard2-8/+6
2017-02-27Update glade fileDavid Robillard1-122/+19
2017-02-26Fix filtering by type in plugin selectorDavid Robillard5-12/+16
2017-02-20Use consistent style in Jack log messagesDavid Robillard1-3/+3
2017-02-18Kludge around broken clipboard on MacOSDavid Robillard1-1/+5
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard14-264/+260
2017-02-18Fix loading UIs with separate data filesDavid Robillard1-1/+5
2017-02-18Add experimental PortAudio driverDavid Robillard18-92/+627
2017-02-18Update copyright dateDavid Robillard1-1/+1
2017-02-18Reduce Driver couplingDavid Robillard18-38/+45
2017-02-15Move Properties out of ResourceDavid Robillard62-462/+485
2017-02-15Move static path stuff to its own headerDavid Robillard26-91/+122
2017-02-14Fix LV2 host time eventsDavid Robillard1-6/+8
2017-02-12Fix warningsDavid Robillard5-13/+5
2017-02-12Fix various cast alignment warningsDavid Robillard10-58/+130
2017-02-12Fix warning during optimized buildDavid Robillard1-1/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard48-326/+306
2017-02-12Fix atomic event executionDavid Robillard4-27/+42
2017-02-12Run test events with monotonically increasing timeDavid Robillard1-7/+8
2017-02-12Fix check for pending eventsDavid Robillard2-2/+2
2017-02-12Fix memory leaksDavid Robillard5-17/+30
2017-02-11Fix warningDavid Robillard1-1/+1
2017-02-09Fix multiple control bindingsDavid Robillard2-6/+10
Fixes #1151
2017-02-07Fix ontology errorsDavid Robillard1-2/+2
2017-01-18Fix invalid cross-thread use of mutexDavid Robillard4-20/+38
Instead of abusing store mutex for this purpose, extend blocking mechanism of the PreProcessor (designed for atomic bundle execution) to support execution of individual atomic events which must be executed before the next event can be pre-processed.
2017-01-17Don't build ontology documentation unless requestedDavid Robillard1-3/+4
2017-01-03Always escape file URIsDavid Robillard1-1/+1
2016-12-14Add missing includeDavid Robillard1-0/+1
2016-12-14Remove override qualifiersDavid Robillard2-6/+6
2016-12-14Don't shrink ports arrayDavid Robillard1-3/+0
2016-12-14Fix real-time safety of control bindingsDavid Robillard8-152/+197
2016-12-14Fix memory errorsDavid Robillard2-1/+2