Hi everyone,
back in 2010 "PD123" posted a patch to load large audio files (see title). You can find the file easily by searching for the patch name.
This patch first resizes the array to 1 in order to clear it. Then it resizes it again but to 1h at 44100 samples/s. Once finished it reads the file and feeds it in soundfiler. Afterwards the array is cropped to the actual length of the audiofile (soundfiler output).
The patch seems to work well the first time, but whenever I try to run it for a second time, PD crashes during the "pre-sizing".
Any clue how I may avoid that?
Thank you
PD: I'm running PD extended 0.43.4 on W7.