Search for «EnvGen»doc code in class tags
beat repeat with gate and pitch increment
by santi on 11 Oct'24 02:52 inUse this synthdef as an effect and just make the \go parameter from 0 to 1 to activate. When you transition from 0 to 1, it will record a buffer of
Sound Simulator's "Ryoji Ikeda Pure Data Tutorial" ported to SC
by gosub on 30 May'24 09:09 inSound Simulator's "Ryoji Ikeda Pure Data Tutorial" ported to SC source: https://www.youtube.com/watch?v=CLddxGIlVPU I only did the porting, kudo
XoX pattern helper
by gosub on 26 May'24 12:01 ina simple helper function to write \dur patterns in a XoX style i.e. Pseq(~xox.("xxooxoxo") * 8/120, inf)
Far Enough
by iakamuri on 10 Apr'24 16:32 inIt is the first short composition, that I fully implemented in SuperCollider, it utilizes traditional synthesis techniques and feedback, exploring sco
Digital Harp (and a just intonation demo)
by akselai on 24 Mar'24 18:05 inDigital concert harp. Requires DWGPlucked2.
how to generate the synthdef with a pattern
by grirgz on 05 Jan'24 02:28 insynthdef building should take less time than s.latency for this to work
God Rest Ye Merry, Xentlemen
by walters on 01 Dec'23 17:30 inXenharmonic rendering of the Xmas favorite
reception: interesting way of harmonizing (1)leaf - an lsystem composition
by blueprint on 17 Nov'23 13:12 inagain, after building the l-system using https://anvaka.github.io/lsystem/ A composition. https://github.com/poetaster/supercollider-lsystems
Convolution reverb and impulse responses
by zecraum on 12 Jun'23 02:42 inBoilerplate code for creating and testing convolution reverb and impulse responses
l-systems Pbindef
by blueprint on 21 Mar'23 14:17 inAlso an homage to: http://sccode.org/1-5bp but using l-systems to drive Pbindefs instead of Panolas. This is slightly easier to modify other factors (
Weed, after P. Bourke
by blueprint on 17 Mar'23 14:13 inThis is an homage to: http://sccode.org/1-5bp which demonstrates the l-systems composition idea. I've used different synths and some of the l-systems
Re: Generating Graphics and Music From The Dragon Curve
by blueprint on 08 Mar'23 13:17 inThese are variations using lsystems I built for: https://anvaka.github.io/lsystem/ I've only changed the LSystem itself, not the note selections or
Experiment with roots of unity
by Muse Score on 28 Jan'23 11:04 inThis is an experiment with roots of unity in supercollider. I took Eulers formula exp(2*pi*I*k/n) = cos(2*pi*k/n)+sin(2*pi*k/n)*I to sonify sums o
Underwater
by Muse Score on 24 Jan'23 12:50 inThis is my first piece of music in the world of supercollider. https://www.youtube.com/watch?v=lpAUKkNgqhU
Space Game
by mjsyts on 20 Jul'22 15:47 inTop-down space shooter for SuperCollider. It is probably too easy but (I think) it is still fun.