13
0
Go to file
Robin Gareus d3e1d54280 VBAP backend re-work (part two): speaker positioning
* clean up source (whitespace)
* fix speaker 3x3 matrix iteration
* update math to go along with Ardour Cartesian -- fixes rounding errors
* fix division by zero in cross_prod()
* disable old debug output

(NB PBD::spherical_to_cartesian() returns
  3.7494e-33, 6.12323e-17, 1 for azimuth 90 elevation 90 distance 1
while it should return
  0.000000, 0.000000, 1 for azimuth 90 elevation 90 distance 1
IOW  cos(90.0 * 2.0 * M_PI / 360.0) != 0
Cause unknown. This is currently worked around check in vec_length()
)
2014-01-11 23:38:27 +01:00
doc correct information on waf updates 2013-11-10 17:44:50 -05:00
export
gtk2_ardour Support midnam controller value labels. 2014-01-10 20:51:54 -05:00
icons
libs VBAP backend re-work (part two): speaker positioning 2014-01-11 23:38:27 +01:00
mcp
midi_maps
patches
patchfiles Document controller values for Moog Minitaur. 2014-01-06 13:49:09 -05:00
templates
tools mnemonic PDF: margin, URL, and (C)year updates 2013-12-15 18:31:48 +01:00
vst
.dir-locals.el
.gitignore
ardour_system_sae.rc
ardour_system.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf revert to waf 1.6.11 for master branch, with current autowaf.py 2013-11-05 11:24:25 -05:00
wscript Add unit test runner (artest) and a config option to run tests after builds 2014-01-08 22:00:34 +02:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html