Le 13/01/2013 19:16, IOhannes zmölnig a écrit :
On 01/13/2013 06:42 PM, Ed Kelly wrote:
It is, by default 4000000. You can load larger files by changing the message to soundfiler from:
[read -resize myfile.wav sound(
to
[sound resize 8000000; read myfile.wav sound(
or use [read -resize -maxsize 8000000 myfile.wav sound( | [soundfiler]
gfmysdr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
it seems the option -resize is no longer needed (here with Pd 0.43.2test1 on Ubuntu 12.04). ++
Jack