summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2017-12-24Clean up includes in public headersDavid Robillard2-0/+2
2017-12-16Make events take the corresponding message directlyDavid Robillard20-257/+293
2017-12-16Adjust indices when ports are deletedDavid Robillard5-10/+73
2017-12-16Don't attempt to undo saving graphsDavid Robillard1-1/+3
2017-12-16Fix undo of deletions that remove connectionsDavid Robillard1-1/+1
2017-12-16Clean up includesDavid Robillard1-0/+2
2017-12-16Clean up delta key comparisonDavid Robillard1-2/+2
2017-12-16Make CompiledGraph::compile a free functionDavid Robillard12-18/+14
2017-03-20Always use sample accurate controlsDavid Robillard1-2/+2
2017-03-20Remove dubious Buffer::nframes() methodDavid Robillard1-1/+1
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-7/+9
2017-03-20Improve arc list efficiencyDavid Robillard2-5/+6
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard1-2/+0
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard1-10/+13
2017-03-18Don't delete LV2 portsDavid Robillard1-1/+1
2017-02-18Add experimental PortAudio driverDavid Robillard2-2/+10
2017-02-18Reduce Driver couplingDavid Robillard5-8/+3
2017-02-15Move Properties out of ResourceDavid Robillard9-92/+90
2017-02-15Move static path stuff to its own headerDavid Robillard8-22/+22
2017-02-12Fix various cast alignment warningsDavid Robillard1-1/+0
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard20-142/+98
2017-02-12Fix atomic event executionDavid Robillard1-2/+7
2017-01-18Fix invalid cross-thread use of mutexDavid Robillard2-18/+15
2016-12-14Fix real-time safety of control bindingsDavid Robillard4-44/+57
2016-12-14Fix real-time issues with buffer allocationDavid Robillard3-14/+8
2016-12-14Remove some use of shared_ptr in the real-time threadDavid Robillard2-16/+22
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard6-18/+14
2016-10-14Fix potential store deadlockDavid Robillard9-9/+9
2016-10-14Fix sequence ports with valuesDavid Robillard3-7/+14
2016-10-14Fix communication with connected sequence portsDavid Robillard2-7/+26
2016-10-13Clean up protocol documentationDavid Robillard1-28/+0
2016-10-06Add plugin state savingDavid Robillard1-5/+17
2016-10-02Fix sending UI events to sequence portsDavid Robillard1-1/+0
2016-10-02Fix properties of control/notify portsDavid Robillard1-6/+7
2016-10-02Fix loading a graph by copying from the filesystemDavid Robillard1-1/+1
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard28-69/+124
2016-10-02Use more efficient std::lock_guard where possibleDavid Robillard6-6/+6
2016-10-02Show audio and load information in status lineDavid Robillard1-4/+8
2016-10-02Add parallelism-aware graph traversalDavid Robillard9-22/+42
2016-10-01Fix OSX buildDavid Robillard1-1/+1
2016-09-29Atomic bundle executionDavid Robillard2-2/+28
2016-09-18Fix undo after redoDavid Robillard1-3/+4
2016-09-18Add fancy communication loggingDavid Robillard2-24/+2
2016-09-13Fix misleading commentDavid Robillard1-1/+5
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard27-37/+33
2016-09-11Clarify connect and disconnect logicDavid Robillard2-3/+5
2016-08-17Rename main graph and control/notify portsDavid Robillard2-4/+5
2016-08-02Make graph control ports support patch:MessageDavid Robillard1-0/+1
2016-08-01Fix compilation on OSXDavid Robillard1-2/+0
2016-07-31Support thread-safe state restorationDavid Robillard1-1/+1