summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2016-04-08add Plugin LatencyChanged() signal and max latency reportRobin Gareus
2016-04-03Implement describe_io_port() API for LV2Robin Gareus
2016-03-18Fix blocked patch:Set messages.Hanspeter Portner
2016-03-16add missing ifdefRobin Gareus
2016-03-14update [LV2] Plugin Inline Display API: drop cairo dependencyRobin Gareus
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-02-21prevent some mess when automating control ports on midi synthsRobin Gareus
2016-02-16work-around case where metric is NULL in split cycles.Robin Gareus
2016-02-16try to catch https://github.com/rncbc/synthv1/issues/1#issuecomment-183041991Robin Gareus
2016-01-29Another attempt fixing crash at exit on windows.Robin Gareus
2016-01-15force LV2 plugin-state save for templates - #6709Robin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-09Leave a ToDo note: distinguish LV2 user and factory presets.Robin Gareus
2016-01-07don't re-activate LV2 plugin before cleanup.Robin Gareus
2016-01-07LV2 - query presets without instantiating the pluginRobin Gareus
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-17leave some todo-notes #6709 (track templates & state)Robin Gareus
2015-12-15update URI (see lv2-dev email list)Robin Gareus
2015-12-13update LV2 URIRobin Gareus
2015-12-10fix LV2 plugin state for copied plugins.Robin Gareus
2015-12-10LV2 specific instrument-plugin checkRobin Gareus
2015-12-06outline a "NoSampleAccurateControl" LV2 feature:Robin Gareus
2015-11-18add dedicated API to check plugin classRobin Gareus
2015-10-26and another LV2-1.0.0 compat ifdefRobin Gareus
2015-10-26amend 311adde (LV2-1.0.0 compat)Robin Gareus
2015-10-23add ifdefs for LV2-1.0.0 compatRobin Gareus
2015-10-22Fix a small buffer issue which could sometimes prevent sessions from being ab...John Emmas
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-27LV2 state cleanup, patch from deva. closes #6607Robin Gareus
2015-09-25copy LV2 options to heap.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2015-09-10allow LV2 plugins to query current block-size.Robin Gareus
2015-08-17update comment regarding lv2 buffersizesRobin Gareus
2015-08-14use buf-size.h only with lv2-1.2 or laterRobin Gareus
2015-08-14relax LV2 buffersize restrictionsRobin Gareus
2015-08-14don't even list LV2 plugins that cannot be used.Robin Gareus
2015-08-14refuse to load LV2 plugins if buffersize requirements cannot be satisfied.Robin Gareus
2015-08-05pass complete blocksize range to LV2 plugin. fixes #6498Robin Gareus
2015-07-28Revert "debug/fix LV2 state loading on OSX 10.5/PPC"Robin Gareus
2015-07-27fix LV2 freewheeling port, explicit cast bool to float.Robin Gareus
2015-07-27debug/fix LV2 state loading on OSX 10.5/PPCRobin Gareus
2015-05-22LV2: delete existing preset before replacing itRobin Gareus
2015-05-22Fix deleting and re-saving LV2 presets.David Robillard
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-02-09Fix sending out of bounds events to LV2 plugins.David Robillard
2015-01-29allow bundling of lv2coreRobin Gareus