Hello,
I have an applescript patch saving out audio files to a directory and a pd patch reading them for samples. unfortunately, the samples seem to be playing back at a much higher pitch. I thought it was a sample rate thing, but another set of files (that weren't produced by the applescript) and have different bit rates play fine. my samples play fine in quicktime and preview properly in finder. so why doesn't pd like my files?
[read (sample file path) samp1]
[soundfiler]
then an array for samp1
then:
[bang]
[tabplay~ samp1]
[dac~]
is there something I'm missing? something I should be looking for?
thanks!