-
IstvanTM
Hello,
I am programming generative music and I was wondering about different ways of syncing multiple instruments together. Which one is more accurate?: creating a patch with one metro object, and sending the signal to each instrument to process, or to have each instrument have a metro object of its own, and starting them simultaneously?
I have experienced trouble with a main metro object sending signal to each instrument.. it seems like when the signal is going into several layers of subpatches, some delay occurs which depends on the number of subpatches, the objects it goes through etc.. Whereas two metro objects started with the same BANG in different subpatches provide no extra delay.
-
IstvanTM
Thank you for your answers. I will make an example patch asap. I am debugging my code atm, and it seems like one master clock is the way to go.
@mod: I don't use any of those, just plain wiring.
-
IstvanTM
so you have to have some input in your adc 1 in order to make this work
enable dsp, then press key 110 (key==110) on your keyboard to start the patch
wait 30sec then MAGIC
stop the patch by pressing key 46heres a version with drums. the code is really ugly, but its 5 am here and i need some sleep. its easier to start and stop, but you still have to wait 30sec, because thats how MAGIC works
example: