Hello Everyone!
I’m trying to work on an ambisonic to binaural decoder plugin and tried to use the ‘bformdec2’ opcode to take advantage of the additional binaural configurations. Unfortunately, cabbage doesn’t recognize this opcode. However, bformdec1 works with no problem.
error: syntax error, unexpected T_IDENT (token “bformdec2”) from file C:\Users\z004v3ns\Documents\Cabbage\Cabbage\Master Thesis\Main Module\CSAT.csd (1)
line 519:
adecL, adecR bformdec2 <<<
Unexpected untyped word adecR when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra
I am using the latest version of cabbage and csound (downloaded from the cabbage downloads page).
Thanks in Advance for the help and for the contribution to this amazing system !