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 - "-noprefix" argument needed for faust2supercollider command #48

Open ariutti opened 2 years ago

ariutti commented 2 years ago

Following up with my HOAAmbiDecoderHelper experiments :) This issue has something in common with issue #47 .

For the GNU Octave generated UGens to work in SuperCollider I have to get rid of the "Faust" prefix from the UGen names.

So line 214 of HOAAmbiDecoderHelper.sc (inside method ambiDecoderAllradRunFile) that works for me is the one below:

file.write("\t unix(cstrcat(\"faust2supercollider -sn -ks -noprefix \",out_path,num2str(order,0),\".dsp\"));\n");