summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2018-05-31Add Lua API to list all available pluginsRobin Gareus
2018-05-17Collect plugin runtime profile statistics.Robin Gareus
2018-05-08Plugin Order: remove from instant.xml and save to: plugin_metadata/plugin_o...Ben Loftis
2018-05-08Make note of Gesture messages in VST; for later.Ben Loftis
2018-05-04fix more cut-n-paste coding errorsPaul Davis
2018-05-04add well known controls to list accessible via a MIDI binding map (or OSC?)Paul Davis
2018-05-04internally, ControllableDescriptors (used by MIDI binding maps) should use en...Paul Davis
2018-05-04avoid compiler warning (timestamp is unsigned and is thus always >= 0Paul Davis
2018-04-30NO-OP: a ToDo comment for discussionRobin Gareus
2018-04-26Fix issue with AU plugin-analysisRobin Gareus
2018-04-24Use URIs to identify plugin-presetsRobin Gareus
2018-04-07Fix VstParameterProperties (bug from ac03e4a93)Robin Gareus
2018-04-02Implement VST UI touch (begin/end Edit)Robin Gareus
2018-03-28NO-OP: prefer binary OR to set midi-status byteRobin Gareus
2018-03-19Lua: Lock bindings into memory for rt-scriptsRobin Gareus
2018-03-16Expose a few more PluginInsert methods to LuaRobin Gareus
2018-03-15VCA API-change: return created VCAs (handy for Lua scripts)Robin Gareus
2018-03-10Add virtual slaved, slaved_to calls to stripableLen Ovens
2018-03-08Safeguard against possibly invalid peak-requestsRobin Gareus
2018-03-02Unrecognized plugins are stored in the tagfile (FromPlug); but only set the u...Ben Loftis
2018-03-02Allow successive changes from the Gui to set tags.Ben Loftis
2018-03-02Remove interpolation unit-test (fails to compile)Robin Gareus
2018-03-02Fix gcc-4.2 OSX/PPC buildsRobin Gareus
2018-03-01Tag_reset() should be FromPlug, not FromGui.Ben Loftis
2018-03-01Fix thinko in prior commit 7c5f1c.Ben Loftis
2018-03-01Plugin-Tag improvements:Ben Loftis
2018-02-23catch (incorrect) inclusion of non-MIDI related automation parameters in Midi...Paul Davis
2018-02-23Revert afedd2 and associated commits (method to generate initial tag file)Ben Loftis
2018-02-21fix compilation on windows with VST supportLen Ovens
2018-02-21fix compilation on linux with LXVST supportPaul Davis
2018-02-21Method to generate an initial tag file:Ben Loftis
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Auto-monitor == Cue for MIDI tracks.Ben Loftis
2018-02-11SoloSelection: libardour part.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-02-03Make sure that 'libardour-config,h' only gets #included when building with wa...John Emmas
2018-02-02Further defer changes of plugin Tags+Status, and consolidate code to call Plu...Ben Loftis
2018-01-31Allow to filter tags by hidden + favoriteRobin Gareus
2018-01-31Text case change (_VSTInfo::Category needs to be capitalized)John Emmas
2018-01-30Fix editing/replacing plugin-tagsRobin Gareus
2018-01-30Move LADSPA Author string sanitation to libardour.Robin Gareus
2018-01-30Add backend-API to reset plugin tagsRobin Gareus
2018-01-30Fix plugin factory tagsRobin Gareus
2018-01-30Clean up tag tokenization codeRobin Gareus
2018-01-30Remove unused APIRobin Gareus
2018-01-30NO-OP: whitespaceRobin Gareus
2018-01-30Update PluginManager: implement plugin tagsRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
2018-01-30Prepare plugin-meta-data config-dir and filesRobin Gareus
2018-01-27Fix some small memory leak (libardour)Robin Gareus