Tim Blechmann wrote:
writesf~ and readsf~ are both included in the normal Pd distribution since version 0.35test17 or something like that. If you have an older version you should consider upgrading it.... or what do you mean with 'work OK'?
i'm curious ... they are using posix threads ... do they compile on windows? i searched the web about that and it seems that there is a cygwin implementation of the posix threads for windows ... concerning miller's comment in the d_soundfile.c header, they shouldn't work on windows ... (since i'm not using windows i can't prove it)
Pd uses the pthreads-win32 library (from http://sources.redhat.com/pthreads-win32/) and the windows distribution comes with all the files needed to compile and run Pd with read/writesf~.
Olaf