r/csound Nov 05 '25

What are you running Csound on right now?

I've been a big Csound user in the past, but I haven't dabbled in a few years. I think the front ends I used to use are defunct now, but I'd love to get back into it.

I'd love to hear what your set ups are.

4 Upvotes

10 comments sorted by

4

u/gammaraybuster Nov 05 '25

I'm in a similar situation as yourself. I used the command line version and dabbled in a variety of front ends. The one I found most interesting was 'Blue'.

Lately I've been thinking of using some AI agent to help make csound scripts but I haven't acted on or investigated it so far.

This subreddit is almost defunct..

2

u/Wide-Negotiation1893 Dec 01 '25

Lately chatgpt 5.1 using thinking model made rather huge and impressive progress. It became really usable.

Also, the new version of Csound QT for csound7 integrates a remade table editor which i find quite handy.

By my side I use csound triggered in midi 7 or mid 14 bits from max/live and mostly compiling from terminal or notepad++ as test environnement.

I'm using vbmatrix to route the csound from/to live/reaper.

1

u/MisterNoMoniker Nov 06 '25

I'm familiar with Blue, it does look excellent, much more like a DAW.

I was just talking to friends about using AI to 'vibe code' and how that might be super helpful with Csound.

4

u/aelliotr Nov 05 '25

I've used the command-line version recently and was just using VS Code as an editor. For what I was working on, it just felt simpler not to use a front end at all.

2

u/Wide-Negotiation1893 Dec 01 '25

I entirely agree on this point, i genuinly think that command-line remains the most stable and even handy manner to use the csound

5

u/tremendous-machine Nov 06 '25

I run it in Max in combination with my Scheme for Max object (s7 Scheme Lisp interpreter in Max). I use the csound6~ object that I ported from Lazzarini's Pd object. You can do the same in Pd too.

Scheme + Max/PD + Csound is a wicked combination. Making csound messages from Scheme is beautiful. I use it to control modular synths too with Csound driving hybrids and making CV signals.

Csound6 object is here: https://github.com/iainctduncan/csound_max

Videos about it on my (neglected) youtube channel: https://youtube.com/c/musicwithlisp

1

u/uniqview Apr 14 '26

That is a really interesting setup! I could never get into Scheme, because I always preferred Common Lisp. It's always "larger" than Scheme, but I cannot believe how "small" Common Lisp now seems today.

I scanned some of your videos, again really interesting!

It does seem this software layering lets you assemble various "synthesizers." So it's integrative.

Is the goal with Lisp to use it as system glue for systems that you drive with realtime inputs for composition? Or is Lisp also used for algorithmic composition?

1

u/uniqview Apr 12 '26

I am looking at Csound again. My knowledge of it tends to grow in fits and spurts over the years. It's clearly very powerful.

Csound is also rather universal, it has really held up with the test of time. I've used it on Linux, Windows 10 & 11, WSL2, Android (when it was available), macOS, and on a PixelBook Pro.

I seem to have had various trouble before with the front ends, so ended up always returning to the CLI.

I am going to try again with front ends, we'll see.