How does your typical SuperCollider work looks like? How do you usually arrange windows, meters, scopes when working? Which IDE do you use, what colours, etc… Do you use your own custom GUI interfaces? This thread is to show(off) your screens in different situations. Show us your environment in this thread.
(ps: perhaps some of the screenshots find their way to SC page or Wikipedia page about SuperCollider, so keep that in mind - or let us know if you wouldn’t like that. Do you publish your screenshots here to be shared under a permissive CC licence?)
Just the regular IDE. Hasklig as a code font, light color scheme because I’m working on my sunny balcony while there’s still sun
ServerView + NodeSnapshot quarks for visualization and debugging.
Hello, just a question… How did you get dark thème menu title bar for SuperCollider IDE in macOs?
It’s a long time i try to get the same, but never get success (with Qt in general to). Thank you.
Mika.
Yes thank you. Of course in preferences, but for me it’s not working… Only with SCIDE, and some Qt (Pyside2) python app’s i made. I now there is a command to force dark title menu bar:
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.
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
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.
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!
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.