ScalaCollider
ScalaCollider copied to clipboard
Buffer constructor ops
Would be useful to have a shortcut for
val b = Buffer.alloc(...)
b.setn(...)
Like one of
Buffer.sendCollection(...)
Buffer.send(...)
Buffer.setn(...)
Not sure which is the best name.