27 Jul
2004
27 Jul
'04
5:29 a.m.
n++k wrote:
|examples sndbuf.ck return the following error: | |# ./chuck sndbuf.ck |[sndbuf.ck]:line(2): cannot find control parameter 'sndbuf.path' | |i have put a snare.raw file in the same directory. |
From reading ugen_xxx, I could see that sndbuf.ck should be altered as the control parameters have changed. Try to replace `sndbuf.path' with `sndbuf.read'
this gives another error message: # ./chuck sndbuf.ck *** Fatal error : sizeof (off_t) != sizeof (sf_count_t) *** This means that libsndfile was not configured correctly. maybe a compile problem? (i have libsndfile1-dev 1.0.10-1 installed on debian)