@luka I just listened to your "traven" album on Bandcamp and I love it! Funny I stumbled into your profile from searching #BrainPickings just to see if there's a fediverse profile for it. What do you use for making your music may I ask? I want to get started with learning the basics of music making myself, by remixing songs I like.

@rosareven glad you are enjoying 'traven'

These days I use mainly SuperCollider. But sometimes I also use Ardour, and Renoise. I use exclusively Linux for many years.

You can remix "traven", "noether", and "ark/d, amorphic" by downloading source and opening it in SuperCollider. no need permission.

also look at my #PatchNotes and #Noisevember toots, they all have sc source code attached/linked.

whole thread:
https://sonomu.club/@luka/105145827210709919

more:
https://sonomu.club/@luka/tagged/noisevember

Luka /sonomu.club/ (@[email protected])

Attached: 1 video #noisevember 1 code also here: https://git.tmp.si/luka/SuperCollider-Workspace/src/branch/master/2020-11-03_noisevember_simple_10iteration_scale_ringz.scd #SuperCollider @[email protected]

sonomu.club
@rosareven in the git repo linked to from that noisevember thread the branch was renamed from master to main. so you either need to edit the link a bit or go one level higher in the tree to look at SuperCollider-Workspace repo.
https://git.tmp.si/luka/SuperCollider-Workspace/
SuperCollider-Workspace

Smol or mid-sized snippets of SuperCollider code that start in SuperCollider's Workspace Emacs buffer from scratch.

@luka I'd love to load your source code straight into SuperCollider, however I'm having trouble getting the server up. It gave me an unanticipated host error and exited the server. Internet search told me it's because I have to specify the audio device in the code before booting. I tried that and it's still trying to find non-existent device.

I might just have to remix the audio track directly with a DAW lol. I just got Ardour and it's beautifully simple to use.

@rosareven which OS are you using?
@luka Windows 64bit

@rosareven have you looked at http://doc.sccode.org/Reference/AudioDeviceSelection.html#Windows ?

first obtain the list of devices

then eval the options

then s.boot

Audio device selection | SuperCollider 3.11.1 Help

@luka yeah that's what I've done, and it seems to ignore my options. I just copy paste the name of my chosen device, not the whole list

@rosareven do you use asio? one friend was fiddling with asio4all and after some tries it just worked without reason. also I think she restarted the machine and didn't started her daw...

sorry I'm clueless about windows audio setup 🙄. it's been a while. but maybe you can ask on https://scsynth.org forum?

#SuperCollider #help

scsynth

A place to learn and discuss the SuperCollider audio programming language

scsynth
@rosareven I'm not sure, but I have a vague memory that @draco is using SuperCollider on Windows? if that's the case perhaps they can provide any insight?
@luka @rosareven I am not using ASIO4ALL most of the time because I haven't figured out how to use non-default devices with it yet. WDM-KS works well on my setup, though.
@luka @rosareven but if you could share a code example and/or the error message, maybe I have already seen it or could figure out where things go awry?
@luka I'll give that a go tomorrow yeah. Thanks for the pointers!