| BTW, I solved easily in this way: f = File("/Users/andrea/test/sig", "rb") ; t = [] ; a = f.getFloatLE ; while {a.notNil}{t = t.add(a); a = f.getFloatLE} ; b = Buffer.loadCollection(s, t, 1, {f.close }) ; {PlayBuf.ar(1, b)}.scope ; Best -a- -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - StudiUm Università degli Studi di Torino -------------------------------------------------- "This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski) On Dec 27, 2012, at 5:50 PM, Matt Kane's Brain <mkb-prime@xxxxxxxxxxxxxxxxxxx> wrote:
|