El MuCo: Server Code

Follows the testing code: /* El MuCo “Server” 169.254.136.163 – Powerbook self-assigned IP to reset the environment (clear everything – all responders, senders, etc.) currentEnvironment.clear; */ s.boot; SynthDef(“kane”, { |freq = 40| Out.ar([0,1], SinOsc.ar(freq)); }).send(s); // SERVER: set the broadcast flag to true NetAddr.broadcastFlag_(true) //169.254.255.255 = broadcast IP: 57120 is sclang default port ~server =…

Read More

Simple Semi-Stochastic Music Language Examples

An article in the June 1979 issue of Computer Music Journal (Vol.3, No.2, Jun., 1979) inspired me to see how easy it would be to impliment “very simple” examples of semi-stochastic music in SuperCollider.  The algorithmic function is the focus of the following examples, which took about 10 minutes to code.  The code uses two…

Read More