blueprint

Avatar

blueprint's code

leaf - an lsystem composition

17 Nov'23 13:12 in algo lsystem

again, after building the l-system using https://anvaka.github.io/lsystem/ A composition. https://github.com/poetaster/supercollider-lsystems

l-systems Pbindef

21 Mar'23 14:17 in lsystem generative iterative

Also 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 (env, for instance) and specify freq instead of notes.

bytebeat homage

1
17 Mar'23 19:54 in bytebeat homage

// these are variations on http://sccode.org/1-5ei#c1021 // my variations are based on bytebeat stuff I did for the midiboy, arduino code // here https://github.com/poetaster/bytebeats/blob/master/bytebeats.ino // that thing draws pictures, too.

Weed, after P. Bourke

This 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 I wrote for https://anvaka.github.io/lsystem/ which lets you play with l-systems in the browser (and 3d).

Re: Generating Graphics and Music From The Dragon Curve

These are variations using lsystems I built for: https://anvaka.github.io/lsystem/ I've only changed the LSystem itself, not the note selections or instruments.

Quneo Additive synth with modulation and filters.

1
20 Mar'18 22:55 in synthquneo

This is an additive synth using a sinOscFb with an lfo and an RLPF ... it's desiqned for the quneo controller. The pads control note and velocity as you would expect and the x/y controll modulation frequency and depth. Pad presssure controls the add factor of the modulation AND the resonace of the filter. Based on the code from http://sccode.org/1-4UO Bruno Ruviaro, 2013-07-22 . This version does clean midi note handling and uses the lovely controls.

looping buffer granuals

15 Feb'18 11:47 in liveloopgrainsgranular

This is a granular synth, much inspired by http://sccode.org/1-4WM It's distinct in that the SynthDef loops in a live recording buffer with a slight delay and is added back to the input (on the bus) .... When I was starting I was looking for something like this ....

Stutter live looping buffer

25 Jan'18 12:10 in glitchstutter

The stutter tutorial really has it all. Just not with live audio :)