Im blundering my way through my first pd patch and im having a bit of a problem implementing something....
I want to have a bank of 4 loop recorders which record for 16 `beats` (a beat being a counter controlled by a metro cycling from 0 - 15)
Basically I`m wondering whats the best way to store the information? I want to be able to go between 60 and 250 bpm. Is it easiet to just have an array which stores up to 12 seconds audio (for 60 bpm) and just adjust the length which is read by a tabread~ object?