Mattias Petersson

85 Followers
62 Following
88 Posts
composer-performer-coder
@t36s yes, but my point is that there might be many ways to patch up the same rig, and that is what defines how it works. The people in the back might of course be equally interested in both the modules of the rig and their potential as how they convey poetry by means of their interconnections and performance. Maybe it’s not so different from when we see a traditional instrument being used in a new and unexpected way actually?
@t36s i would argue that it’s not only the rig but the patch that is the actual sculpture. But I guess it depends on how you define a rig.

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.

https://danielmkarlsson.bandcamp.com/album/embers

Embers, by Daniel M Karlsson

1 track album

Daniel M Karlsson

New release today! The debut from my duo with @t36s : Dån & Larm - Tekton. Check it out!

https://dan-och-larm.bandcamp.com/album/tekton

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.

https://dan-och-larm.bandcamp.com/album/tekton

Tekton, by Dån & Larm

1 track album

Dån & Larm
We are planing a release party for the release of SuperCollider 3.14. For more details and in order to vote on the date please head to https://scsynth.org/t/supercollider-3-14-release-party/11893
SuperCollider 3.14 release party

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...

scsynth

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

1.3.81 (1.4RC1) · PipeWire / pipewire · GitLab

PipeWire 1.3.81 (2025-01-23) This is the first 1.4 release candidate that is API and ABI compatible with previous 1.2.x and 1.0.x...

GitLab
@nnirror It's the same error i got from the other ones. I've written a fair amount of sc classes, but never any UGens so i'm not of much help here i'm afraid.
Thanks a lot for trying!
@nnirror @t36s
Thanks for the new version! Still getting the error message though:
ERROR: API version not found: /Users/mattpete/Library/Application Support/SuperCollider/Extensions/rnboRate/RNBORateSC.scx
This file may not be a SuperCollider plugin.

@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.