Screenshots of SC in action

I have just recently switched to SCEL and I quite like it. The left panel is where I initialize and load in presets for the current patch I’m working on. The right panel is used to build real-time subpatches that kind of branch from the preset loaded in. I then route audio to Reaper, which makes it quite convenient for adding fancy post-processing as well as a seamless way to edit/splice SC into new phrases/sampling material.

Any recommendations for good SCEL themes?

3 Likes

My performance interface in operation. The TextView code editor is just for performance; I use the regular IDE for normal development.

hjh

2 Likes

Not sure I have a typical supercollider look and feel, since I use it for multiple different things.

Here’s a movie where you can see in action a small part of an interface I created for my sequential rev2 hardware synthesizer made completely in sclang. It’s a bidirectional interface, in the sense that whatever I change in the UI has an immediate effect in the synth, and whatever I change on the synth automatically is observed and displayed by the UI. You can argue about the look and feel of it all, but it works for me :wink:

1 Like

SuperClean running in David Granström’s amazing scnvim inside of Kitty on mac os 10.12.6 (awful, I know), the font is IBM Plex Mono Medium with custom color scheme which is always white on black no matter what. Behind this I am using sound flower kernel extension routing all audio at all times to Reaper. This look and feel is what I always wanted. I find it focuses my attention.

2 Likes

SuperCollider Help in Dark Grey:

5 Likes

I want to see more! Especially EMACS with code completion?

I took this screenshot when working on my last track, we can see a few tools from the quark I develop

4 Likes

Hi Luka,

Love the look of your setup! Can I ask you how you managed to get the dark help browser window? I’ve tried the hacks on this page to achieve this, but somehow the background remains painfully white. Any ideas? Thanks in advance!

Marc

nvim in Kitty - Melange theme - borderless transparent windows for graphic stuffs…

2 Likes

My setup. Still a work in progress but it’s coming along.

4 Likes

make sure that you recompile the library/sclang (or completely exit the program)

has anything changed colour? text? links? if not, then the changed css snippet is not reaching the help system at all. I have the code snippet as on the page you linked and it works.

1 Like

Thanks for the reply! In the end it turned out to have something to do with the leading whitespace on each line. I’ve removed this, re-indented it and afterwards it simply worked. I have no idea why this is, but I’m happy!

This looks cool! Can you tell us what exactly we’re looking at?

It’s a lightweight sampler modeled after an SP404/ OctaTrack. It uses a Playbuf Ugen and has 6 tracks. Each track has 4 channels that can crossfade in/out (mainly meant for djing/ live stuff). Also has quick array manipulators and commonly used patterns (pseq, pslide, pseries, pn) / amp configs for on the fly beat updates. Just finished coding up the database integration to save/ load configs.

It’s my first SC project and I started working on it for a friend, who loves SC, but doesn’t know how to code. It has a ton of limitations, but has been a fun project and taught me a lot.

1 Like

i’ve been using scnvim lately and some custom ui components

3 Likes

Hey @droptableuser,

Is that LevelMeter in the top left custom? Also, is that a custom FreqScope? Looks really nice.

This looks sweet, is it available to peruse?

Here’s a showcase of my GUI setup:

1 Like

That white on white theme is nearly as popular as black on black

amazing work, @nathan