florian-grond / SC-HOA

HOA wrapper classes for SuperCollider based on https://github.com/sekisushai/ambitools
GNU General Public License v3.0
32 stars 7 forks source link

Tutorial3 - documentation correction: HOABinaural max order is 5 and not 7 #20

Closed zacksettel closed 5 years ago

zacksettel commented 5 years ago

Correction to documentation:

change

For testing the HOABinaural class, which is a very efficient binauralizer up to order 7 that takes advantage of the symmetry of the KU100 see the following example:

to

For testing the HOABinaural class, which is a very efficient binauralizer up to order 5 that takes advantage of the symmetry of the KU100 see the following example:

reference:

HOABinaural{ ........

*initClass {
    numChannels = 50;
    maxOrder = 5;
florian-grond commented 5 years ago

Changed it to 7 and closed the issue