summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/panner.h
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-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-01-13VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-10add a fixed priority to panner modulesRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-09-02replace recently added attempt to use visibility macros with one based on gcc...Paul Davis
2013-09-02'libs/panners' - Streamline my previous API changes and include Tim's additio...John Emmas
2013-08-31'libs/panners' - Add a conventional 'C' API call type to test building with MSVCJohn Emmas
2013-08-30'libs/panners' - A small test (before going too far) to see if these changes ...John Emmas
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
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-17draw speaker positions in 2d pannerPaul Davis
2011-02-17draw pucks (signal positions) on vbap pannerPaul Davis
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
2011-02-01avoid unused args warningPaul 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
2010-12-30quantize conversion from L/R fraction to azimuth to 1 degree increments (give...Paul Davis
2010-12-11Reset PanControllable StreamPanners when they change.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-29position+width panning improvements (reverse width now works); relabel pan au...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-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
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-02-07Coding style cleanups. Preserve mono state in XML for panners.Carl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-19Add mono switch to mixer strips (mantis 1068)Carl Hetherington
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis