summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-06-04remove aeffectx.h; use vestige.hPaul Davis
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-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-04-07Fix VstParameterProperties (bug from ac03e4a93)Robin 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-01Tag_reset() should be FromPlug, not FromGui.Ben Loftis
2018-03-01Plugin-Tag improvements:Ben Loftis
2018-02-23Revert afedd2 and associated commits (method to generate initial tag file)Ben Loftis
2018-02-21Method to generate an initial tag file:Ben Loftis
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-30Add backend-API to reset plugin tagsRobin Gareus
2018-01-30Remove unused APIRobin 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
2017-12-24remove unused lineLen Ovens
2017-12-05Add a Raw MIDI parser (based on ALSA raw MIDI)Robin Gareus
2017-12-05Allow to pre-seed Lua action script paramsRobin Gareus
2017-12-05Allow to pass interpreter to evaluate action-script parametersRobin Gareus
2017-11-26Remove unused APIRobin Gareus
2017-11-26Add convenience methods to set port latenciesRobin Gareus
2017-11-23Add clock-delta mode enumRobin Gareus
2017-11-23Introduce a dedicated "Clock Origin" MarkerRobin Gareus
2017-11-12Add API to allow buffer offsets when applying gainRobin Gareus
2017-11-12Add a noise generator (Lua DSP)Robin Gareus
2017-11-04Add some notes for future optimizations (and prepare API)Robin Gareus
2017-11-04Change Delayline to use power-of-two size and bitmaskingRobin Gareus
2017-11-04[Re]-Implement Delayline flush.Robin Gareus
2017-11-04Optimize Delaylines: block-process (not one sample at a time)Robin Gareus
2017-11-04Clean up delayline API: don't use 'get_' for accessor method-nameRobin Gareus
2017-11-01Wrap automation on loop-position, split plugin processingRobin Gareus
2017-10-31Click-free polarity inversion, also use accelerated (AVX, SSE) AmpRobin Gareus
2017-10-31Fix set_loop() return value (amend 00a4ad)Robin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-31Migrate to Polarity-inversion processor & fix proc positionsRobin Gareus
2017-10-31Add polarity-invert processorRobin Gareus
2017-10-30NO-OP: whitespaceRobin Gareus
2017-10-30Add & implement PortEngine::externally_connected() APIRobin Gareus
2017-10-30Fix fade-out at quit.Robin Gareus