|
카테고리
전체
electronic.music information.design mobile.ui performance abstraction supercollider flash java.p5 max.msp.jitter programming.misc mov.youtube books 최근 등록된 덧글
정말 감사합니다.
그런데..
by 정해원 at 09/15 삼성 응원해~ by 김상수 at 06/18 삼성 응원해~ by 김상수 at 06/18 좀 정확하하하하하하하게 .. by 양준혁 at 06/18 최수환선생님 ㅋㅋㅋ 이.. by 문창배 at 10/27 이글루 파인더
|
a reference on a server
NodeProxy 클래스는 on-the-fly programming에서 아주 유용하다! a = NodeProxy(s) is equivalent to ~a; a.source = .... is equivalent to ~a = .... a[3] = ... is equvailent to ~a[3] = ... *new(server) *audio(server,numChannels) *control(server,numChannels) play(index,numChannles,group,multi) stop(fadeTime) end(fadeTime) source_(anObject) prime(anObject) add(anObject,channelOffset,extraArgs) removeAt(index) removeLast put(index,anObject,channelOffset,extraArgs,now)
|