summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
AgeCommit message (Expand)Author
2020-04-15Fix PolyKeyPressure, consolidate AutomationType checksRobin Gareus
2020-03-21Pan: remove/consolidate parameter-descriptorRobin Gareus
2020-03-18Add flag to explicitly hide a controlRobin Gareus
2020-03-10NO-OP: use set/clear_flag() API instead of set_flags()Robin Gareus
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-12-11Remove hardcoded session-state versionsRobin Gareus
2019-11-18NO-OP: simplify codeRobin Gareus
2019-11-18Automation event lookup when rolling backwardsRobin Gareus
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-12-17MSVC won't allow us to erase an item that's managed by 'const_iterator'John Emmas
2018-12-16NO-OP: whitespaceRobin Gareus
2018-12-16Optimize automation-event process splittingRobin Gareus
2018-12-16Optimize plugin-processing for non-automated paramsRobin Gareus
2018-10-31Add option to limit automatable control parmatersRobin Gareus
2018-10-26Fix some Wimplicit-fallthroughRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18Add support for Latch AutomationRobin Gareus
2017-08-07Explicitly initialize parent in the copy constructorRobin Gareus
2017-07-27Start a new write-pass when writing automation and locating while rollingRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-22NO-OP: consistent [internal] API name for AutomatablesRobin Gareus
2017-07-22NO-OP: Consistent API nameRobin Gareus
2017-07-16Consistent Automation evaluation:Robin Gareus
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2017-06-09NO-OP: whitespaceRobin Gareus
2017-06-09Remove Automatable::value_as_string API from libardourRobin Gareus
2017-05-30Prepare for automation control masterRobin Gareus
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-01-09save state of an automation list, even if empty, because it might exist in th...Paul Davis
2017-01-05Fixing LV2_SUPPORT #ifdefsDobroslav Slavenskoj
2016-08-19MIDI polyphonic pressure, part 2Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-28ignore automation for non-automatables.Robin Gareus
2016-05-31implementation side of Controllable::get_user_string() with const argPaul Davis
2016-05-31extend function of Automatable::control_factory() [ this may be the wrong des...Paul Davis
2016-05-31do not non-automable controls to an Automatable's list of what can be automatedPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2015-11-02Clean up _before XMLNode in AutomationList if no automation write occurred.nick_m
2015-11-01Revert starting write pass only in write mode when transport located.nick_m
2015-10-21fix automation update at transport stop when in automation Play modePaul Davis
2015-10-20Automation - more toggled controller twiddling.nick_m
2015-10-20Automation - fix occasional inverted bool state after write.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus