summaryrefslogtreecommitdiff
path: root/libs/panners
AgeCommit message (Expand)Author
2014-01-13swap channel VBAP channelRobin Gareus
2014-01-13VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-13VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-13VBAP backend re-work (part two): speaker positioningRobin Gareus
2014-01-13VBAP backend re-work (part one):Robin Gareus
2014-01-12add export visibility macroPaul Davis
2014-01-12swap channel VBAP channelRobin Gareus
2014-01-11VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-11VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-11VBAP backend re-work (part two): speaker positioningRobin Gareus
2014-01-11VBAP backend re-work (part one):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-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17include (probably) necessary stuff in panner compilation flagsPaul Davis
2013-09-06fix for unconditional use of #include <malloc.h> which doesn't work on OS XPaul Davis
2013-09-03'libs/panners' - Remove the temporary export specifiers that were only used f...John Emmas
2013-09-03'libs/panners' - Disable a compiler-specific warningJohn Emmas
2013-09-03'libs/panners' - Fix a typo in 'vbap/vbap.cc'John Emmas
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-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
2013-01-16add copyright commentsPaul Davis
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-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-29Remove use of waf compat15 tool.David Robillard
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-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
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