summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
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
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-31Add missing Variant => LV2 Atom case.David Robillard
2014-12-22no use of GUI parameters in libardourPaul Davis
2014-11-30fix LV2 default port value.Robin Gareus
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-03Use format string even for units we understand (print Hz units).David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-03Fix compilation with old LV2. Maybe.David Robillard
2014-11-02Support pretty display of arbitrary plugin parameter units.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-11-01don't print error when announcing property values for plugins that have noneRobin Gareus
2014-10-31Fix compilation against older LV2.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31Use precise define names for LV2 version configure checks.David Robillard
2014-10-31Fix spelling error.David Robillard
2014-10-31LV2 patch amends:Robin Gareus
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus
2014-10-07fix crashes for plugin using maxBlockLength during latency compute.Robin Gareus
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10print "Scanning folders for bundled LV2s" only once.Robin Gareus
2014-09-10better safe than sorry.Robin Gareus
2014-09-10fix d421602c24Robin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2014-07-16LV2: don't leave active plugins deactivated after latency-compute-runRobin Gareus
2014-07-15Support saving LV2 presets multiple times (fix #0005949).David Robillard
2014-06-25Fix finding of bundled LV2 pluginsTim Mayberry
2014-06-25Move functions in pbd/clear_dir.h/cc into pbd/file_utils.h/ccTim Mayberry
2014-06-25Change PBD::find_files_matching_regex and PBD::find_files_matching_filter to ...Tim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-03-22remove unused header fileRobin Gareus
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-10Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2014-01-23fix merge conflict with masterPaul Davis