#0 jit.matrixes and pffts

teeshirtguy5's icon

hey there

can anyone shed some light on the correct method to get autounique names for jit.matrixes being referenced from inside pffts

i have a pretty big patch im trying to to move over to m4l, multi instances are cross referencing each other

theres a jit.poke inside a pfft~ referencing a jit.matrix thats outside the pfft~ (inside the main patch)

when i use the #0 argument on the name of the jit.matrix and the jit.poke it doesnt work, seems the #0 is only replaced with a number inside the pfft~ and not in the main patch

i recall something similar happening with sub patchers

is there a way around this?

also, does this mean my send #0xxxx and recieve #0xxxx in the main patch aren't doing anything different?

thanks