Search for «Pbind»doc code in class tags
little
by fatherjason on 04 Aug'24 01:23 inI'm gearing up to do a big project soon; so, this is a little etude—if you will—in preparation. I've been studying Eli Fieldsteel's tutorials for yea
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
Introduction of Sweet Dreams
by prko on 28 Oct'23 00:16 ininspired from "2018 09 18 18 20 48 sweet dreams twitch" by studioTTTguTTT: "https://www.youtube.com/watch?v=vFqCyfdNbZM&lc=Ugz8PRnQHrWs-XOm45p4AaABA
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
Galton Board Simulator
by Dindoléon on 10 Jul'22 18:50 inhttps://scsynth.org/t/galton-board-sim/6202
monzos + sloth patch
by eli.rosenkim on 20 Apr'22 19:37 infun patch using sloth canons to control places of a monzo
mutronome (brownian motion of beats)
by eli.rosenkim on 20 Apr'22 19:23 inbeat absolute locations rather than deltas meander randomly each cycle
classical piano music in SC
by stewartmandell on 17 Feb'22 18:37 inHello Everyone. This is my first post. I'm trying to transcribe classical piano music to SuperCollider. Here is my problem. In piano music, a
Import midinote, dur, amp and sustain from midi file using SimpleMIDIFile
by grirgz on 30 Dec'21 01:57 inThere is the .p method (see http://sccode.org/1-5aT) but here is also a way to retrieve the values directly