this is strange. since I couldn't get the Hoa and Cream libraries working properly on my Windows 7 machine I have moved towards Vbap~ instead. This has been working fine for 8 channels, however I have a project with 24 channels. When I send vbap~ the speaker definitions I get this error back:
pd: getbytes() failed -- out of memory
any suggestions on what to do about this?
super frustrating. I get no error for up to 16 channels. after that when I define new speakers it erroneously reports that I should "configure loudspeakers first" but of course I already configured them...then if I try to go much above that in speaker count pd just crashes.
For example:
[define_loudspeakers 3 0 0 0 30 0 50 45 0 45 30 45 50 90 0 90 30 90 50 135 0 135 30 135 50 180 0 180 30 180 50 -135 0 (
|
[vpab~]
works fine
but
[define_loudspeakers 3 0 0 0 30 0 50 45 0 45 30 45 50 90 0 90 30 90 50 135 0 135 30 135 50 180 0 180 30 180 50 -135 0 -135 30 -135 50 -90 0 -90 30 -90 50 -45 0 -45 30 -45 50 (
|
[vpab~]
crashes.
super frustrating.
J