[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] var.postln
hi
if I do
a = [[1,2,3],[4,5,6],[7,8,9]];
b = TChoose.kr[Dust.ar(1),a];
then if i make b.value.postln; what i get is "a select" in the post window.
how do i get the value?
thanks in advance