소스 검색

Supercollider

tags/kitchen
Pete Shadbolt 3 년 전
부모
커밋
4afa6985ff
2개의 변경된 파일0개의 추가작업 그리고 27개의 파일을 삭제
  1. +0
    -27
      audio.ck
  2. +0
    -0
      audio.sc

+ 0
- 27
audio.ck 파일 보기

@@ -1,27 +0,0 @@
SinOsc o1 => Gain m => dac;
SinOsc o2 => m;
SinOsc o3 => m;

0.1 => m.gain;
500 => o1.freq;
800 => o2.freq;
900 => o3.freq;

OscRecv orec;
5005 => orec.port;
orec.listen();

orec.event("block/update") @=> OscEvent update;

while (true) {
update => now;
<<< "got data" >>>;
//update.getInt() => int i;
//update.getInt() => int h;
//update.getInt() => int s;
//update.getInt() => int v;
//<<< i >>>;
//<<< h >>>;
//<<< s >>>;
//<<< v >>>;
}

radio.sc → audio.sc 파일 보기


불러오는 중...
취소
저장