Music teacher, musicologist, composer and poet
Interested by live coding, Algorave, SuperCollider, Sonic Pi but also Hydra and P5.js
Pinned Loading
-
Traductions-de-documents-SCollider-en-francais
Traductions-de-documents-SCollider-en-francais PublicProjet de traductions en français de plusieurs tutoriels d'initiation à SCollider à l'origine en anglais /Project for French translations of several SCollider tutorials originally in English
-
Gracieuse mélodie - Graceful melody ...
Gracieuse mélodie - Graceful melody (Sonic Pi) 12live_loop :kick do
3sample :bd_haus
4sleep 1
5end
-
Cercles1
Cercles1 1osc(40, 0.2, 1.5)
2.mult(osc(60, 0.2))
3.add(osc(30, 0.1))
4.modulateKaleid(
5noise(2, 0), 2)
-
A Hydra four colorful windows sketch!
A Hydra four colorful windows sketch! 12osc(10,0.2,1.236)
3.kaleid()
4.rotate(0.8)
5.invert()
-
A 4 voices fugato with decrescendo
A 4 voices fugato with decrescendo 1use_bpm 100
2set :kill,false #flag used to stop live_loops
3fadeInitiate = rt(30) #use rt( ) function to set time independent of bpm
4fadeTime = rt(30)
5use_debug false #remove printout of synths playing
-
Weird moon
Weird moon 1osc(20, 0.1, 2).mult(shape(999, 0.5))
2.pixelate()
3.rotate(() => time%360)
4.out()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.