Mixbus specific Pin Mapping tweaks
[ardour.git] / libs / ardour / plugin_insert.cc
2016-04-19 Robin GareusMixbus specific Pin Mapping tweaks
2016-04-19 Robin GareusNO-OP, whitespace and comments
2016-04-18 Robin Gareusfix plugin silence runs (e.g. during audition)
2016-04-18 Robin Gareusadd some assert for reloading saved plugin pin connections
2016-04-17 Robin Gareusset sidechain port pretty name
2016-04-17 Robin Gareuscopy plugin state to all instances when instantiating.
2016-04-16 Robin GareusRemove dangling plugin thru-connections
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-15 Robin Gareusfind a good match for variable i/o plugins
2016-04-14 Robin Gareusdocument buffer requirement, add sidechain constraint.
2016-04-14 Robin Gareusfix split plugin default connection with strict-i/o
2016-04-14 Robin Gareusproperly calculate requrired thread buffers
2016-04-13 Robin Gareusfix configurable IO MIDI FX w/strict-i/o
2016-04-13 Robin Gareusfix crash introduced in 0d1cd3865d
2016-04-13 Robin Gareusprepare fix for copying plugin state
2016-04-13 Robin Gareusproperly auto-connect sidechain pins
2016-04-13 Robin Gareusfix OSX builds
2016-04-12 Robin GareusVST report audioMasterPinConnected according to Pin...
2016-04-12 Robin Gareususe dedicated counter for sidechain port numbering
2016-04-08 Robin GareusLatency compensation for plugin thru routing.
2016-04-08 Robin Gareusconsistent count/n_total API
2016-04-07 Robin Gareusmark session dirty when plugin pin mapping changes
2016-04-07 Robin Gareusadd support for plugin bypass/thru connections
2016-04-06 Robin Gareusamend 00ecc545 (split + inplace)
2016-04-06 Robin Gareusreturn of the in-place split-processing optimization
2016-04-06 Robin Gareusupdate processor in-place mode when pin-mapping changes
2016-04-04 Robin Gareusfix d3447dfd1 Mixbus special case.
2016-04-04 Robin Gareusspecial case MB channelstrip
2016-04-04 Robin Gareusthose who can't spell need to push thrice.
2016-04-04 Robin Gareusexpose more info from plugin-strip (for GUI display)
2016-04-03 Robin Gareusautomatically add & connect sidechain plugin pins.
2016-04-03 Robin Gareushandle sidechain input changes
2016-04-03 Robin Gareusimplement plugin sidechain
2016-04-02 Robin Gareusfix stict-i/o midi bypass
2016-04-02 Robin Gareusfix invalid mapping detection
2016-04-02 Robin Gareusproper debug output for channel mapping
2016-04-02 Robin Gareuskeep port maps sane and properly detect changes
2016-04-01 Robin Gareusre/store custom plugin pin maps
2016-04-01 Robin Gareusautodetect if current pin-connections can be processed...
2016-03-31 Robin Gareuscustom config trumps strict-i/o
2016-03-31 Robin Gareusfix typo
2016-03-31 Robin Gareusplugin-pin-map:
2016-03-30 Robin Gareusfix ChanCount min/max
2016-03-30 Robin Gareusdebug print match method
2016-03-30 Robin Gareusspecial case mixbus.
2016-03-30 Robin GareusDelegated plugin configuration is now always successful...
2016-03-29 Robin Gareusplugin-pin management.. nearly there
2016-03-27 Robin Gareusclosing in on pin management.
2016-03-26 Robin Gareusfurther pin management prototyping.
2016-03-26 Robin Gareusstep by step evolution of plugin pin management
2016-03-26 Robin Gareusstrict i/o: limit output channels.
2016-03-26 Robin Gareusprototype support for arbitrary plugin channel maps
2016-03-25 Robin Gareusadd a dedicated channel map per plugin
2016-03-25 Robin Gareusprepare strict-i/o configuration.
2016-03-25 Robin Gareusprepare Plugin Pin Management
2016-03-13 Robin Gareusprototype online self-automating LV2 plugin interface
2016-02-23 Robin Gareusfix LV2Plugin::requires_fixed_sized_buffers()
2016-02-23 Robin GareusImplement Lua DSP processor/plugin
2016-01-24 Robin Gareusdeactivate plugin if connect_and_run returns an error
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-03 Robin Gareusre-map lv2-port (symbol) with Controllable ID
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-18 Robin Gareuscleaner version of 7383ea6a (duplicate plugin state)
2015-12-18 Robin Gareussave/restore plugin state with track-template
2015-12-17 Robin Gareusproperly copy plugin state when duplicating routes...
2015-12-10 Robin Gareusfix LV2 plugin state for copied plugins.
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-08-15 Robin Gareusfix a typo
2015-08-15 Robin Gareussave [actual] plugin i/o-configuration
2015-08-09 Robin Gareusremember actual processor configuration
2015-07-20 Robin Gareusconfigure Analysis Plugin
2015-07-16 Ben Loftismerge fix
2015-07-10 Robin Gareusassign new IDs to plugin copies on paste.
2015-06-01 Robin Gareusproperly handle integer steps in plugin controls
2015-06-01 Robin Gareusfix importing A2 automation data - fixes #6359
2015-05-04 Robin GareusAPI to reset plugin parameters to default
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-06 Robin GareusOnly restore plugin state (of first instance) once.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-11-29 David RobillardSet discrete by default for boolean parameters.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-03 David RobillardFix parameter descriptors for one control leaking into...
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-18 Ben LoftisFix some inconsistent usage of a Controllables Interfac...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-26 Robin Gareusprocess effect-automation when bouncing w/processing
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
next