summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreateGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-26Remove Node port accessorsDavid Robillard1-4/+1
2017-02-18Add experimental PortAudio driverDavid Robillard1-2/+7
2017-02-18Reduce Driver couplingDavid Robillard1-2/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-12/+12
2017-02-15Move static path stuff to its own headerDavid Robillard1-2/+2
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-7/+2
2016-12-14Remove some use of shared_ptr in the real-time threadDavid Robillard1-15/+19
2016-10-02Fix properties of control/notify portsDavid Robillard1-6/+7
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-4/+9
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-1/+1
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-08-17Rename main graph and control/notify portsDavid Robillard1-3/+4
2016-08-02Make graph control ports support patch:MessageDavid Robillard1-0/+1
2016-07-30Add undo supportDavid Robillard1-1/+7
2015-10-25Create all graphs the same wayDavid Robillard1-11/+81
2015-09-04Fix various atom conversion issues.David Robillard1-3/+4
2015-08-12Fix URI comparison issues.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-2/+6
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-13/+34
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2013-01-11Use type safe enumerations.David Robillard1-6/+7
2012-12-21Fix memory leaks.David Robillard1-2/+1
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard1-0/+1
2012-08-20Replace several assertions with graceful error handling.David Robillard1-2/+0
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-0/+123