[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] buffer



so i've been making tracks in sc3 with pbind,
and i was wondering if there is a more efficient way of
loading soundfiles; and reading james' email stating the buffer
class wasn't really meant to be used directly is a hint....
currently, i'm loading them like this:

closehat = Buffer.read(s,"/Users/blah/desktop/closehat.aif");
closebuf = closehat.bufnum; //to get the buffer number for playbuf.

for each soundfile.

thank you and happy holidays.

-mike