Counterpoint exercise with a repeating chromatic cell. One harmonic and one inharmonic layer with three voices each. And relatively dynamic fx configurations (scripted). It was interesting to make the voices collide in different ways to create sudden harmonic shifts. #Supercollider
#livecoding #strudel #tidalcycles #supercollider #switchangel #music #electronicmusic
Livecoding melodic DNB music in Strudel
https://youtube.com/watch?v=aPsq5nqvhxg&si=5IQ_Zh-P8OIq6cQm
Been digging into Supercollider over the last few months. Getting my head around SynthDefs and writing pattern code and stuff. Refreshing change from Max patching and DAW timelines.
#computermusic #supercollider
Woke up and had this idea, wrote it really quickly, and I quite like it I think. A melody/harmony/rhyhtm that gradually expands.
Last late night rehearsal done and I am now ready for performance today at Kaiser-Wilhelm-Gedächniskirche in Berlin.
We are going to start a #livecoding #meetup in #naarm /#melbourne
!
No matter what tool, genre or space you are working in! All creatures welcome Thursday Sept 18th from 6pm at Kathleen Syme library, Carlton. RSVP link https://events.humanitix.com/live-coding-meetup-melbourne
#algorave #creativecoding #livecodingmusic #livecodingvisuals #tidalcycles #strudel #sonicpi #megra #supercollider #hydra #p5js
Late night rehearsals are going well. This organ sounds fantastic. It's a fun experience being alone in a big church in the middle of night. I think this whole festival will be great - nice people organizing it. Good vibes.
new blog post: multi-track recording in SuperDirt https://pulusound.fi/blog/superdirt-multitrack-recording
a lot of people use a DAW for this, but i prefer to do it entirely in SuperCollider, so here is how :)
Oof, it's finally out:
Bhob Rainey's #Xynthi update! Right on time for its 20th birthday. (Updated so it runs on SuperCollider 3, while the original patch would only run in SC2.)
It's something like a SuperCollider adaptation of the EMS Synthi:
https://github.com/mphonic/xynthii
New work premiering on Saturday the 13th of September in Berlin.
An algorithmic organ piece for automated organ to be performed in Kaiser-Wilhelm-Gedächtniskirche this week as part of the Aggregate Festival 2025.
See you there?
Had an awful night trying to figure out how to set up supercollider for a little work show and tell tomorrow. Supercollider doesn't like sharing the audio interface.
I wasn't skilled enough in the jack/alsa/pulseaudio-fu to get it actually functional in the end.
I ended up using OBS to record a video and i'll just talk over that I guess >:[
Continuing watching this #supercollider tutorial series -- we just got to one of the things I wanted to learn most: #MIDI
The tutorial covered enough to get polyphony, sustain, and pitch-bend working with my little midi keyboard and I'm pretty chuffed about it.
I don't know enough to do more than make a little sine-wave synth with it, but that works and I added a stupid "if note C4 is hit while playing, toggle which synth is active" -- which while kinda useless, is neat in that it's something you probably couldn't do with most hardware synths.
This language is still entirely baffling but I'm getting my building blocks in order~
@drkmbnt sometimes this is all I have. A Raspi 3 running #SuperCollider and a QuNeo midi controller.
You can now download pre-built binaries for my #SuperCollider plugin for analog-style delays and filters.
fork{a="Hello, World! ".ascii.iter.loop;loop{(f=a.next).asAscii.post;play{LFTri.ar(midicps(f-32)!2)*ar(Env.perc,2)**8};wait(3.rand+1/8)}}
#HelloWorld #SuperCollider #sc140
SC in SCSynth is for SizeCoding, C in SuperCollider is for Caring, the S for Sharing.
I'm getting back into SuperCollider (and running it from Neovim!)
This is taking an MP3 I glitched up in Python (as discussed here: https://reillyspitzfaden.com/posts/2025/04/databending-part-3/) and looping random segments of it like a skipping CD.