summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
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
2014-01-23LV2 plugin save/delete -- fixes 5835Robin Gareus
2014-01-13cosmetic change - properly use lilv APIRobin Gareus
2014-01-12cosmetic change - properly use lilv APIRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-07make LV2 presets immediately availableRobin Gareus
2014-01-07remove inadvertently commited debug/devel codeRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
2013-12-12adjust LV2 ringbuffer size according to LV2:resize-portRobin Gareus
2013-11-17lv2: increase scratch buffer size to request port minimum sizeRobin Gareus
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-22undo the hiding of SR-dependent LV2 portsPaul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-11fix thinko in 5dee49e19Robin Gareus
2013-08-11fix 5dee49e19 (32/64 bit unsigned int compatibility)Robin Gareus
2013-08-11make LV2 communication buffers independent from jack-midi buffer-sizeRobin Gareus
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02fix typos in display of error message about an LV2 plugin presetPaul Davis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-31LV2 - use scratch buffers to scratch :)Robin Gareus
2013-07-30jack_audiobackend.cc finally compilesPaul Davis