summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Info.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard1-0/+2
2012-08-20Replace several assertions with graceful error handling.David Robillard1-4/+0
2012-08-12Fix memory leaks.David Robillard1-10/+15
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+4
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard1-0/+1
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-3/+0
2012-05-31Implement Control/CV morph ports.David Robillard1-0/+4
2012-05-28... missed one.David Robillard1-0/+2
2012-05-28Cache lilv nodes used for instantiation in LV2Info.David Robillard1-12/+23
2012-05-23Trim unnecessary includes.David Robillard1-1/+0
2012-05-14Tidy.David Robillard1-2/+2
2012-05-11Clean up and better document World interface.David Robillard1-2/+2
2012-04-28Remove using declarations from headers.David Robillard1-2/+0
2012-04-14Update URIs.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-25Update for latest atom extension.David Robillard1-4/+2
2012-03-23Fix compilation with latest LV2.David Robillard1-3/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+0
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-8/+8
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Remove stub LV2 event (blob) feature implementation.David Robillard1-3/+0
2011-10-21Simplify LV2Features.David Robillard1-3/+3
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Use modern terser waf syntax.David Robillard1-1/+1
2011-10-19Remove stub implementation of reference extensionDavid Robillard1-4/+0
2011-07-25Actually fix compilation against reference extensionDavid Robillard1-1/+1
2011-07-25Update for move of "blob" functionality from atom to reference extension (tic...David Robillard1-0/+1
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard1-7/+7
2011-04-29LilvValue => LilvNode.David Robillard1-7/+7
2011-04-29Terser names for value constructors.David Robillard1-7/+7
2011-04-28Switch to Lilv from SLV2.David Robillard1-14/+14
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+77