summaryrefslogtreecommitdiff
path: root/libs/panners/vbap
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2014-11-19some const'ness and hints for clangRobin Gareus
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-03-23proper vpab speaker constraintsRobin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03VBAP nomenclature s/Direction/Azimuth/Robin Gareus
2014-01-30Merge branch 'master' into cairocanvasPaul Davis
2014-01-30even though man alloca says to include <alloca.h>, it apparently isn't necess...Paul Davis
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-29move check for n_speakers so that we avoid needless workPaul Davis
2014-01-29fix vbap-speaker calculations to work with alloca()Robin Gareus
2014-01-27fix up the abomination caused by moving from variable length (multidimensiona...Paul Davis
2014-01-27replace standards-wobbling variable-length-arrays with alloca()Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-23change VBAP visual parameter name again :)3.5.308Robin Gareus
2014-01-23VBAP change visual parameter name. Diffusion -> SpreadRobin Gareus
2014-01-15merge with masterPaul Davis
2014-01-15prevent stackoverflow when pannable changes to fewer paramsRobin Gareus
2014-01-15VBAP GUI convention: top == front ^= azimuth == .5Robin Gareus
2014-01-14merge with masterPaul Davis
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13fix botched merge of vbap changesPaul Davis
2014-01-13VBAP backend re-work (part one):Robin Gareus
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-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' - Disable a compiler-specific warningJohn Emmas
2013-09-03'libs/panners' - Fix a typo in 'vbap/vbap.cc'John Emmas