heres the patch, I just cant figure out where the error is
-
Stack overflow help
-
Kenn, please elaborate on what the error is, what are you hearing that seems wrong. The logic of your patch is reasonable and there are no big errors afaics.
However, it might not function as you expect because you may have misunderstood its behaviour.
Random selection of tables will always lead to a click eventually. You cannot be sure the same table will not be chosen twice in succession.
A better approach is to use a counter to do "round robin" selection so the previous table has always finished playing before the next is chosen.
Use the Source.
-
well you see thats the problem, there isn't any audio issues but the console prints a stack overflow error constantly, maybe twice a second.
-
You should not connect the gui bang back to the [metro] object, that will fix it.
|] [] |.| ][|-| -- http://soundcloud.com/domxh
-
thanks Domien that worked a treat,