hey folks,
i'm tryng to build a patch that would allow me to loop and control realtime recorded audio samples so that i could port a .
i've built the most part of it but now i'm having problems syncing the samples.
in the original solution (developed in C++), i sync them by keeping track of the position the main loop is when secondary loops are trigged to record. so everytime the main loop reaches that position, the system verifies if the loop has finished playing and play it again in the right timing (if necessary).
any idea of how to do the same in pd vanilla?
thanks in advance!
cheers,
ps: i tried to resize the audio samples to multiples based on this marvelous code made by elboulangero but it doesn't give me the same results of the original approach. would i be doing something wrong? the source is attached.