Username:  
Password:  
 
  Create account
  Lost password


You run a Label?

You run Your own Label and want it to appear on sonicsquirrel.net?
All You have to do is:

  1. 1. Create an User account,
  2. 2. then choose 'Create Label',
  3. 3. and finally add Your releases

And why should You do so? Read here!

ComputerMusicNeix : nx006 LiveCode

Artist
 
 
Catalog number
nx006
 
Playtime: 01:16:55 - 320kb/s - 144.22 MB
Date released
2010/08/26
Date published
2010/08/26 02:44h
Downloads
1581

License
 
experimentalambientminimalcomputer musicsupercollider Please login to edit Tags
Save Tags
Give Love
Give Rubel ?

Release Notes

[nx006 & nx007]


nx006 => Livecode.


nx007 => Automatic.


Livecode2automatic with minimal code.


Inspired by the sctweets, I wrote three semi deterministic modules with only 140 characters, trying to make simple listening drones but, in turn, rich sound.


At the time of execution. The parameters are not fixed, thus playing the file history is as like an algorithmic process.


Code:


~x = {Pan2.ar(SinOsc.ar(Demand.kr(Impulse.kr(rrand(2,33)),0,Dseq([0.3.rand,0.3.rand]+rrand(99,200),inf)),0,SinOsc.ar(rrand(6,33))),0,0.08)};


~y = {Pan2.ar(FreeVerb.ar(SinOsc.ar(Demand.kr(Impulse.kr(Rand(10,100)),0,Dseq([Rand(100,333),Rand(100,333)],inf)),0,0.08),1,1,1),0)};


~z ={a=rrand(25,50);Pan2.ar(SinOsc.ar(Demand.ar(Impulse.ar(1/a),0,Dwhite(100,333)))*EnvGen.ar(Env.perc(a/2,a/2,0.1),Impulse.ar(1/a)),0)};