Hello,

I've been trying to get vbap8move to work with a test instrument but I keep getting this error at execution:

new alloc for instr 1:
 *** internal error: mcalloc() called with zero nbytes
INIT ERROR in instr 1: could not allocate memory
a1    a2    a3    a4    a5    a6    a7    a8    vbap8move    asig    20    10    2    10    20   
      B  0.000 - note deleted.  i1 had 1 init errors

The instrument is a quite simple one:

<CsoundSynthesizer>
<CsInstruments>
sr=48000
ksmps=10
nchnls=8

0dbfs = 1

    instr 1

asig oscils    0.1, 440, 0
a1, a2, a3, a4, a5, a6, a7, a8    vbap8move    asig, 20, 10, 2, 10, 20
outo    a2, a4, a6, a8, a7, a5, a3, a1

</CsInstruments>
<CsScore>
i1 0 20
e
</CsScore>
</CsoundSynthesizer>


Also I would like to know if I'm missing any opcode for 8 channel spatialization that can take krate variables for specifying the location, browsing the manual I couldn't find any (beside the b-format based ones).


Thanks!

Hector