summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31implementation side of Controllable::get_user_string() with const argPaul Davis
2012-05-31Fix uninitialised variable causing garbage output from panners in some cases.Carl Hetherington
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-14Remove unused variable.Carl 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-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
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-02-03Fix uninitialised variable.Carl Hetherington
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
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-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2010-12-30clean up debuggingPaul Davis
2010-12-11Reset PanControllable StreamPanners when they change.Carl Hetherington
2010-12-11Fix crash.Carl Hetherington
2010-12-08minor panner debugging, cont'dPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01more stereo panner workPaul Davis
2010-12-01better operation of the stereo pannerPaul Davis
2010-11-29position+width panning improvements (reverse width now works); relabel pan au...Paul Davis
2010-11-29make position+width stereo panning actually functional, although its behaviou...Paul Davis
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-08Label panner automation sliders the same as panners.Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-13Remove stub class.Carl Hetherington
2010-05-02Various fixes to multiple-2D panner signal handling. Should fix some or all ...Carl Hetherington
2010-04-25Make attenutation during fast forward/rewind configurable again. Fixes #3089.Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-07Coding style cleanups. Preserve mono state in XML for panners.Carl Hetherington
2009-12-22Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.Carl Hetherington
2009-12-13Fix crashes on increasing a bus' number of outputs.Carl Hetherington
2009-11-05Fix uninitialised variable.Carl Hetherington