Ah yes, I see - I had just done this, with the same error message as above:
f = RBE_SDIF_File("/Users/jeremykeenan/Music/Max/External Externals/CNMAT-Everything-OSX-MachO/CNMAT_MMJ-Depot/baseline/media/SDIF/moanin.add.sdif"); // open a SDIF file with RBEP frames
On Mon, Dec 15, 2014 at 1:48 PM, Scott Wilson <i@xxxxxxxxxxxxxx> wrote:
I'm trying to play SDIF files in SC using Beastmulch. First of all, when I try to upload the SynthDef from the BEPartials help file, I get this error:
ERROR: Message 'unlace' not understood.
Please post the whole error dump.
The SDIF file I'm using seems to load fine without any errors.
The other problem I am having with it is that when I put the Beastmulch package as it is in my extensions folder, I get loads of 'duplicate class found' errors, and the language won't compile - this is resolved if I trash the VBAP folder from the BeastMulch extensions.
Yes, this has to do with the fact that Tim added the VBAP UGens to sc3-plugins, which means people get the conflict if you have both installed.
Am I doing something wrong here? This is the SynthDef from the helpfile I'm using:
My guess is the SDIF file is not loaded correctly. The old help file used ‘resolveRelative’ to load the SDIF, but under the scdoc system it’s not in the same place. Try hand correcting the path.