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

Re: [sc-users] Main.sc and stand-alone application



To be more specific... these ? (and others like it) don't belong.

josh

On Dec 25, 2008, at 10:17 PM, Usami Tadashi wrote:

switch ( ~switch, ?
0, {?
~bufferc.free;?
~bufferc = Buffer.alloc(s, 1024, 1);
bufnum = ~bufferb.bufnum;
}, ?
1, {?
~buffera.free;?
~buffera = Buffer.alloc(s, 1024, 1);
bufnum = ~bufferc.bufnum;
}, ?
2, {?
~bufferb.free;?
~bufferb = Buffer.alloc(s, 1024, 1);
bufnum = ~buffera.bufnum;
});


******************************************

/* Joshua D. Parmenter

http://www.realizedsound.net/josh/


“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono

*/