summaryrefslogtreecommitdiff
path: root/libs/ardour/panner_shell.cc
AgeCommit message (Expand)Author
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-06-22Remove LocaleGuard from ARDOUR::PannerShellTim Mayberry
2017-04-19Use XMLNode::get/set_property API in ARDOUR::PannerShell classTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul 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-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-20backend part for MB send-panners (ignore existing state, force disable)Robin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-15move speed quietning code into Delivery, where it belongs.Paul Davis
2015-09-02another -Wabsolute-value fixRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-05-30panner: backwards compatibility, constrain pan-range in old sessionsRobin Gareus
2014-03-23just bail out (to prevent further harm) if no panners are found.Robin Gareus
2014-01-18mark session dirty when panner-bypass is toggledRobin Gareus
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-11-20Comment fixes.Carl Hetherington
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-10-19Trim the include tree.David Robillard
2011-10-07Make panner tolerate 0 audio inputs (fix #4353).David Robillard
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-12Print a message to the console if we abort because no pannerCarl Hetherington
2011-07-11Use an assert to check that a panner is obtained, whichCarl Hetherington
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-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-01-27"Listen" delivery processors (i.e. monitor out) never get their own panner; R...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