Hi, I'm wondering how to go about doing this:
- When .pd script is loaded, a bunch of waveloops (4/4, 126bpm) are loaded into the memory and their playback is started
- at the same time, a stepsequencer is started that starts playing a 4/4 126bpm (119.048ms metronome) 32 step sequence (in pd) with a bassdrum on every 4th.
Should I have the second step be delayed by the amount of time it takes to load the samples in (is there a way to calculate that in milliseconds), or, should I instead actually toggle the sample loop to play by a pd-stepsequencer, within pd, so that they will "line up"? There's a whole trainwreck going on with this one and I'm not sure how to go about solving it.
Any advice would be much appreciated!
(vanillaPD because libpd because iOS..)