take read-lock when saving processor order
[ardour.git] / libs / ardour / ardour /
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-25 Robin Gareusallow to configure transient detection sensitivity
2016-05-21 Robin Gareus"biquadratic" needs no camelcase - fixes API doc.
2016-05-21 Robin Gareuskeep DSP state variables finite.
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-04 Robin GareusNO-OP, whitespace
2016-05-02 Robin GareusAdd loudness normalization to Export Format & Graph
2016-05-01 Robin Gareusfix aubio-onset detection parameters
2016-05-01 Robin Gareusfix a Wsigncompare and 2 -Wuninitialized
2016-05-01 Robin Gareusvarious transient-detection fixes (split region, trim...
2016-04-29 Robin Gareusimplement lua plugin presets
2016-04-29 Robin Gareusdon't special case lua processors, use plugin-manager
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-26 Robin Gareusstyleguide #10
2016-04-26 Robin GareusPortManager lua bindings (to debug lingering ports)
2016-04-25 Robin Gareusupdate [lua bindings] documentation
2016-04-24 Robin Gareusdelayline: use boost::shared_array
2016-04-24 Robin Gareusfix mismatched delete/delete[]
2016-04-24 Robin Gareushand over automationlist undo state ownership (mem...
2016-04-23 Robin GareusDisconnect Signals before dropping ports
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-22 Robin Gareusfix typo in config variable
2016-04-22 Robin Gareusinvalidate AU cache on re-scan
2016-04-22 Robin GareusSingle instance AUs only, use variable i/o
2016-04-22 Robin GareusAU multibus support
2016-04-22 Robin Gareusadd API to load plugin presets for all instances
2016-04-19 Robin Gareussome plugin-insert debugging
2016-04-19 Robin Gareushidden config option to replace TRY_AUTOSTART_ENGINE...
2016-04-19 Robin Gareusdefault strict-i/o preference to enable
2016-04-18 Robin Gareusadd notification if Engine Rate changes and mismatches...
2016-04-18 Robin Gareusnever ever change sample-rate saved with the session...
2016-04-17 Robin Gareusadd IOProcessors pretty name support
2016-04-17 Robin Gareusnotify IO about port disconnection due to port removal
2016-04-17 Robin Gareusadd API to set pretty names for ardour ports
2016-04-17 Robin Gareusadd portengine set-property API (follows jack_set_property)
2016-04-17 Robin Gareusadd self-removing Sends (remove on disconnect)
2016-04-16 Robin Gareusdon't let the AudioEngine inherit PortEngine's class...
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-14 Robin Gareusproperly calculate requrired thread buffers
2016-04-13 Robin Gareusfix configurable IO MIDI FX w/strict-i/o
2016-04-12 Robin Gareusprepare VST plugins for reporting connected pins
2016-04-12 Robin Gareusyet more documentation..
2016-04-12 Robin Gareussome strategic documentation
2016-04-12 Robin Gareusadd a new counter (for sidechain numbering)
2016-04-12 Robin GareusNO-OP; document some more parameters.
2016-04-11 Robin Gareusadd some class documentation
2016-04-10 Robin Gareusupdate lua related doc, add missing bindings
2016-04-10 Robin Gareusadd lua bindings for Automation Events
2016-04-10 Robin GareusNO-OP whitespace + comments
2016-04-10 Robin Gareusadd a C++ lifetime MementoCommand API
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-04-09 Robin Gareusanother lua convenience API
2016-04-09 Robin Gareusrefactor and document delayline
2016-04-08 Robin GareusLatency compensation for plugin thru routing.
2016-04-08 Robin GareusAdd a fixed (not de-clicked) multi-buffer audio/midi...
2016-04-08 Robin Gareusconsistent count/n_total API
2016-04-08 Robin Gareusadd Plugin LatencyChanged() signal and max latency...
2016-04-07 Robin Gareusadd support for plugin bypass/thru connections
2016-04-06 Robin Gareusconsistent lua binding name (nil is a reserved word...
2016-04-06 Robin Gareuslua bindings & API documentation
2016-04-06 Robin Gareusupdate processor in-place mode when pin-mapping changes
2016-04-06 Robin GareusRoute API to query all outputs (incl sends) and graph...
2016-04-06 Robin GareusAdd an API to traverse the process graph downstream
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 Gareuscement daa10a6a38
2016-04-03 Robin Gareusautomatically add & connect sidechain plugin pins.
2016-04-03 Robin GareusFix graph ordering incl. Inserts, Returns and SideChains
2016-04-03 Robin GareusImplement describe_io_port() API for LV2
2016-04-03 Robin Gareusadd Plugin API to query port-labels and side-chain...
2016-04-03 Robin Gareusadd channel count difference operator.
2016-04-03 Robin Gareushandle sidechain input changes
2016-04-03 Robin Gareusexpose plugin sidechain (via route):
2016-04-03 Robin Gareusimplement plugin sidechain
2016-04-02 Robin Gareusconvenient Lua bindings to use Ardour::DataType
2016-04-02 Robin Gareusprepare sidechain i/o processor
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 Gareusimplement save/load channel-maps
2016-04-01 Robin Gareusautodetect if current pin-connections can be processed...
2016-04-01 Robin Gareusadd chan-mapping count/size()
2016-03-31 Robin Gareuscustom config trumps strict-i/o
2016-03-31 Robin Gareuschange strict-i/o default (off for Ardour on Linux...
2016-03-31 Robin Gareusplugin-pin-map:
2016-03-30 Robin GareusAdd a few class documentations to override inherited...
2016-03-30 Robin Gareusadd i/o map support for Audio Unit
2016-03-30 Robin Gareusallow to sum channel maps
2016-03-30 Robin Gareusdebug print match method
2016-03-30 Robin GareusDelegated plugin configuration is now always successful...
2016-03-29 Robin Gareusplugin-pin management.. nearly there
next