I have released some new music today. It's been quite a while since I made music by playing guitar. I hope you like it.
Embers, by Daniel M Karlsson
1 track album
I have released some new music today. It's been quite a while since I made music by playing guitar. I hope you like it.
1 track album
New release today! The debut from my duo with @t36s : Dån & Larm - Tekton. Check it out!
I feel very fortunate to be playing in this duo with @ludo The way he works with synthesis is very powerful and incredibly precise. It really knocks my socks off. The interplay is really rewarding for me and I think that we've made some really nice music together. I hope that you will like it.
1 track album
During the meeting to coordinate the upcoming 3.14 release, we decided that it would be great to have an online community event where people could share how they use SuperCollider in their practice - something like an online party to celebrate the release! The basic idea is to hand out 20-minute performance slots as live video streams. Although this is a common playground for live coding performances, it would be great to see a variety of performances, such as non-sound-related performances, l...
PipeWire 1.3.81 is out! This is the first prerelease of the next 1.4 release and is packed with new stuff. More details here:
https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.3.81
@nnirror @t36s
This is the class file i wrote:
RnboRate2 : UGen {
*ar { arg phasor = 0.0, rate = 1;
^this.multiNew('audio', phasor, rate)
}
}
But the name might need changing inside of the scx file as well?
Also, if you have the time to compile it again, i would love to have the rate parameter at audio rate as well.