WHen I want to laod samples into a tabread~ I mostly use the following procedure
I send a bang into an openpanel object , with a list box at the output shwing the directory of the sample
I then copy the data from the list box into a message going into soundfiler ,appended with word read and the name of the array at the end.
This works 90% of the time , but sometimes pure data gives an error ' no such table .
I wonder , is it because the file is too long and exceeds the table lenght ( set to 88200 ) , doesn't pure data just truncate ?
-
Loading samples ..errors
-
Spaces must be escaped.
spectral vocoder.wav = not ok
spectral\ vocoder.wav = should be ok
hjh
-
Plug data allows to drag and drop any file into the patch in order to get its path into a message.
That's very convenient.Edit: I see that the drag and drop trick don't use escaped character so I will fill a bug report... should be fixed soon.
-
@ ddw-mus
O.K. that did the trick
Thanks a million