I'm currently working on a realtime sampler in Pd that lets me snatch bits of audio from stereo tracks in Logic and then trigger them as samples. I've got Pd recording audio from Logic into arrays using tabwrite~. So far so good. Then, I've got a line object feeding into tabread4~ to play back the samples from the arrays. I'm triggering the line object with the list "44100 1000" which should, unless I'm missing something, count up through 44100 samples in one second.
The line object will play through the sample, but the beginning sounds like a turntable being turned on with the needle down. In other words, it starts at a lower pitch, and bends up to the actual pitch of the sample. I'm going to poke around in the audio examples, though I'm still interested in your insights. Thanks!
Darrell