Hi everyone
I am trying to build a multichannel audiovideo instrument and I am having a really annoying problem with the spigot object.
My project is structured like this, I have 4 abstractions with jit.movie + spigot object in this way
First Abstaction
jit.movie @soc aud1
spigot~ aud1
Second Abstaction
jit.movie @soc aud2
spigot~ aud2
and so on.
When i load the first abstraction everything works fine but if I try to use the second abstraction, I receive this error "spigot~: cannot have two instances with the same name" and "jit.movie: only one instance of jit.movie can connect to spigot~ aud2 at a time". In addition, every abstraction after the first one stay explicit and not implicit.
Do you know why I am receiving this error? I am pretty sure that every spigot~ has it's own name.
Thanks in advance