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

Errors in HOAAmbiDecoderHelper.sc - missing curly bracket #46

Open ariutti opened 2 years ago

ariutti commented 2 years ago

When I use the HOAAmbiDecoderHelper to export the SATO speaker array decoder example (and manually moved all the files inside my userExtensionDir), I'm not able to re-compile the class library again because of a missing curly bracker at the end of the generated HOADecSAT.sc file.

I think that's because of a missing curly bracket in the source code of the helper's makeWrapperClass method (line 314). This line should be

        file.write("\n\n}}");

Does it make sense to you?