summaryrefslogtreecommitdiff
path: root/libs/ardour/pannable.cc
AgeCommit message (Expand)Author
2020-03-23Remove unused method (see also 875f69438)Robin Gareus
2020-03-21Pan: consolidate what_can_be_automated APIRobin Gareus
2020-03-21Pan: remove value-as-string indirectionRobin Gareus
2019-12-09Better, more consistent fix for d0dcca109Robin Gareus
2019-12-08Fix Pan automation when using "Touch"Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-06-22Remove LocaleGuard from ARDOUR::Pannable classTim Mayberry
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2017-06-09Prepare to eventually drop Automatable::value_as_string()Robin Gareus
2017-04-19Use XMLNode::get_property API in ARDOUR::Pannable classTim Mayberry
2016-10-13fix panner reset when switching to aux-sends -- fixes #6893Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31more const value_as_string fixesPaul Davis
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07add a locale-guard to panner stateRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-13a real, working fix for panning regression in alpha6Paul Davis
2011-06-13reload alpha1-6 Pannable XML state so that panning of existing sessions shoul...Paul Davis
2011-06-12fix restore of Pannable state from XML (regression in alpha6)Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-02Fix broken whitespaceDavid Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-03-01Set session dirty when pans change (#3807).Carl Hetherington
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-02-07add explict destructor for PannablePaul Davis
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-17some new sourcePaul Davis