Faust Ambisonics (HOA) library doesn't work
-
I believe this has been reported before a couple of times. I'm using
Faust v2.75.7and the Ambisonics library isn't working. Has this been fixed in later Faust versions or any plans to fix? @sletzThis is the basic code that I am trying to work. It works on the Faust web IDE.
import("stdfaust.lib"); import("hoa.lib"); process = ho.fxRingMod(1, 200, 0.5, 12);