summaryrefslogtreecommitdiff
path: root/libs/panners/vbap
AgeCommit message (Expand)Author
2013-09-03'libs/panners' - Use 'std::vector' to implement arrays whose size is unknown ...John Emmas
2013-09-03'libs/panners' - Use 'alloca()' for a stack based array whose size is unknown...John Emmas
2013-09-02replace recently added attempt to use visibility macros with one based on gcc...Paul Davis
2013-01-16add copyright commentsPaul Davis
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-01fix width handling in vbap pannerPaul Davis
2011-02-25take reverse width into account when labelling signals in panner2d ; better w...Paul Davis
2011-02-24switch cartesian/spherical function names and make them use length. still a t...Paul Davis
2011-02-24prettification of vbap/2d panner GUI. lots of details still to fix. also sign...Paul Davis
2011-02-22add scroll event handling to the vbap panner GUI; clamp vbap pos+width values...Paul Davis
2011-02-22do not use "width" in VBAP panner when working with a single input channelPaul Davis
2011-02-22fix bug when interpolating VBAP gains, and remove debug output from that codePaul Davis
2011-02-19first pass at full output & gain coefficient interpolation for VBAP panningPaul Davis
2011-02-18prevent VBAP from silencing an output buffer that it actually usedPaul Davis
2011-02-17somewhat working VBAP panning (no interpolation, and some outputs don't get o...Paul Davis
2011-02-17GUI for VBAP panner actually does something (not the right thing, though)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-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-17tentative commit of new panners subtreePaul Davis