it starts getting interesting.
#supercollider #emacs #ableton
WORKSHOP IN BERLIN: Coding Musical Patterns - Algorithmic Composition, Generative Growth, and the Music of Math.
Come by and we'll make fun and weird music using computers, coding and algorithmic thinking. Yayyy!! #supercollider #computermusic #experimentalmusic #berlin
we are so excited to formally announce our second event, Computer Music 2! some new faces, some old faces, some good music to be played xx
3rd of April, 6pm BST on Twitch
#computermusic #algorave #supercollider #maxmsp #puredata #livestream
#supercollider en el navegador.
// SCSCC-49 Lydia
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
play{Splay.ar(LFSaw.ar(Select.kr(Gendy3.kr(freq:(1..5)/99)+1*14,12*_!4+.x(2*_!4++(2*_!3+7))).midiratio*49)/5)}
Hallo an alle,
Wir freuen uns sehr, außer der Reihe einen Haecksen Workshop zu Supercollider anbieten zu können - einer Software zur Erstellung von elektronischer Musik. Dafür schonmal vielen Dank an unsere tolle Dozentin.
Wir treffen uns Dienstag den 7.4. ab 18 Uhr im @entropia Hauptraum.
Kommt gerne vorbei :)
#flinta #ccc #haecksen #supercollider #experimentalmusic #music #art
#Supercollider has never sounded this good.
We reverse-engineered some classic synths in the code and made a whole ass evolving, randomised melodic techno set.
✨🔮🪄
(Repost, accidentily deleted 14 from this place, next one will be #49)
// SCSCC-14 "Quad Melody"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
play{z=LFSaw ar:_;CombC.ar(o=Splay.ar(sin(pi*z.(ar(q=QuadN,41)/4+round((l=q.ar([2,1],0b1*_!8+1).sin)*5+(5+_!8+16),5).midicps*midiratio(7*_!10)))*lag(z.(-2**round(l*3/2)/(1..3))+1/2**abs(z.(1+l)**0s*9)/2,0s3),l@0),1,l.lag[3,7]/9+[3,2]/8,l[6..]*4,1/8,o)}