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

HOABeamDirac2Hoa: arguments ignored #50

Closed zacksettel closed 2 years ago

zacksettel commented 2 years ago

IN the class HOABeamDirac2Hoa two arguments are ignored.

For all orders, except for 3rd (which is correct), the following arguments

timer_manual

and

focus

are not passed to the corresponding functions:

HOABeamDirac2HOA1()
HOABeamDirac2HOA2()
HOABeamDirac2HOA4()
HOABeamDirac2HOA5()

Easy fix.