summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-3/+6
2017-12-25Use nullptrDavid Robillard1-2/+2
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-16Adjust indices when ports are deletedDavid Robillard1-1/+3
2017-03-20Fix crash when setting control ports without a value bufferDavid Robillard1-1/+3
2017-03-20Always use sample accurate controlsDavid Robillard1-11/+13
2017-03-20Remove dubious Buffer::nframes() methodDavid Robillard1-1/+1
2017-03-20Fix value buffer updateDavid Robillard1-1/+0
2017-03-20Fix clear_buffers() prototypeDavid Robillard1-2/+2
2017-03-20Factor out redundant overloadsDavid Robillard1-1/+1
2017-03-20Use more efficient memory barriersDavid Robillard1-2/+3
2017-03-20Fix zipper noise when dragging CV port valuesDavid Robillard1-1/+2
2017-02-18Reduce Driver couplingDavid Robillard1-4/+3
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-21/+10
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-25/+34
2016-12-14Don't use path to determine if nodes are the main graphDavid Robillard1-3/+3
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-2/+56
2016-12-13Fix some real-time safety issuesDavid Robillard1-0/+2
2016-10-14Fix communication with connected sequence portsDavid Robillard1-1/+0
2016-10-02Fix saving and loading subgraphsDavid Robillard1-2/+2
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-12/+12
2015-10-26Use URIDs almost everywhereDavid Robillard1-2/+1
2015-10-25Fix explicit sequence port monitoringDavid Robillard1-1/+1
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-11/+21
2015-10-23Reduce overheadDavid Robillard1-10/+16
2015-09-29Fix more URI conversion issues.David Robillard1-3/+2
2015-04-09Fix multiple note triggers on the same sample.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+1
2015-02-05Fix events at end of cycle.David Robillard1-4/+8
2015-02-05Fix sequence=>sequence connections.David Robillard1-0/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-28/+73
2014-02-01Always monitor sequence ports that are explicitly monitored.David Robillard1-1/+3
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-5/+4
2014-01-12Combine port buffers and set state into a single voice object.David Robillard1-50/+32
2014-01-05Update type properties for morph ports so GUI displays correct type.David Robillard1-2/+14
2014-01-04Fix port monitor period logic.David Robillard1-8/+13
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard1-2/+2
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-6/+0
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-03Don't lose peaks for cycles where notifications are not sent.David Robillard1-20/+12
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-1/+1
2013-02-02Fix trigger and controller learn updating.David Robillard1-2/+3
2013-02-02More generic Atom class.David Robillard1-3/+3
2013-02-02Divorce monitor rate from block size, send updates at 10Hz.David Robillard1-12/+70
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-11/+26
2013-01-11Use type safe enumerations.David Robillard1-15/+16