summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-08-28Get rid of LV2Info class.David Robillard1-28/+23
2015-08-12Server-side presets.David Robillard1-0/+71
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-13Check for options interface before getting.David Robillard1-4/+13
2015-02-19Server side presets.David Robillard1-0/+27
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+41
2015-02-05Fix sequence=>sequence connections.David Robillard1-1/+2
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-12/+16
2014-08-10Fix some memory leaks.David Robillard1-0/+2
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+0
2013-12-25Implement lv2:connectionOptional (#847).David Robillard1-2/+11
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard1-0/+3
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-11-01Tidy.David Robillard1-4/+4
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-6/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-5/+5
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-8/+8
2013-01-08Add support for URID ports.David Robillard1-3/+22
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-4/+0
2012-09-16Support latest options and morph extensions.David Robillard1-16/+33
2012-08-20Replace several assertions with graceful error handling.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-6/+6
2012-08-18Node => BlockDavid Robillard1-0/+469