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

[sc-users] loadToFloatArray - dimension



Hello all,

if I write: 

b = Buffer.read(s, "File.wav"); 
b.loadToFloatArray(action: { arg array; a = array; });

the result is:

a.size = 2 * b.size.

Does anyone know why? Or if this just happens to me?

Luca