glicol VS supercollider

Compare glicol vs supercollider and see what are their differences.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
glicol supercollider
174 74
2,943 6,592
0.0% 0.8%
6.6 9.4
about 1 year ago 6 days ago
Rust C++
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

glicol

Posts with mentions or reviews of glicol. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-05.
  • Introduction to Computer Music [pdf]
    2 projects | news.ycombinator.com | 5 Apr 2026
    Note: Nick Collins and Alex McLean created Algorave. The time I spent learning from the Algorave community was crucial to my later work on Glicol (https://glicol.org/).

    Btw, I have a feeling that if you want to learn about computer music, you can send the PDF to LLM and ask what the chapter is about and how to represent it using csound or supercollider.

    My experience is that with computer music, you have to keep experimenting and listening in order to truly understand and innovate.

  • Nannou – A Creative Coding Framework for Rust
    6 projects | news.ycombinator.com | 27 Jan 2026
    This is a cool project, but it seems like it hasn't been updated in a long time?

    It seems like https://github.com/chaosprint/glicol has a similar problem.

  • Embassy: Modern embedded framework, using Rust and async
    7 projects | news.ycombinator.com | 8 Jan 2026
    I'm rewriting glicol (https://glicol.org/) with no std, and embassy-rs + 2350 is my go-to choice. Highly recommand this stack if you're planning to start working with embedded systems in 2026.
  • Programming Languages Used for Music
    10 projects | news.ycombinator.com | 22 Dec 2025
    Relevant to this discussion - my project Glicol (https://glicol.org) addresses this space. Currently working on a no_std rewrite, demo coming next year :)
  • Learn to code music in the browser with strudel.cc (Free and open-source)
    9 projects | news.ycombinator.com | 2 Dec 2025
  • Show HN: MTXT – Music Text Format
    6 projects | news.ycombinator.com | 30 Nov 2025
    Some simple thoughts:

    I feel that one challenge of programming languages is how to remember these rules, formats, and keywords. Even if you're using familiar formats like YAML or JSON, how do you match keywords?

    When developing Glicol (http://glicol.org/), I found that if it's based on an audio graph, all node inputs and outputs are all signals, which at least reduces the matching problems. The remaining challenge is ensuring that reference documentation is available at the minimal cost.

  • Show HN: I built a synth for my daughter
    4 projects | news.ycombinator.com | 17 Nov 2025
    Great finish. I was busy designing and soldering the prototype synthesizer during the summer, but I had to put it on hold because my baby was born in September.

    I had the same problem back then: injection molding is quite expensive to start. But you could consider a more creative approach: using a PCB directly as the panel, such as a TE's Pocket Operator. Alternatively, you could use 3D printing; there are many inexpensive services in China. CNC doesn't have the mold-making issue, but it's more expensive and doesn't seem suitable for children.

    Another interesting point: after my child was born, I didn't have much time for my sound work. But recently, I was surprised to find that I spend most of my time playing white noise on Glicol (http://glicol.org/).

    ```

  • Show HN: I made a generative online drum machine with ClojureScript
    2 projects | news.ycombinator.com | 12 Sep 2025
    "

    when you have more and more interactions on the gui web audio api will become a problem, check out audioworklet.

    I am developing https://glicol.org/ and it has a js port on https://glicol.js.org/ a typical usecase is drum machine with very high time accuracy

  • JavaScript retro sound effects generator
    1 project | news.ycombinator.com | 2 Aug 2025
    love the wav download option

    I tried to create a tone in Glicol (https://glicol.org/) with some random idea there and it works quite well:

    ```

  • Experimental imperative-style music sequence generator engine
    4 projects | news.ycombinator.com | 9 Jul 2025
    renoise is super cool.

    if you're interested in live coding, you might also want to check out Glicol (https://glicol.org).

    Its parser and audio engine are also implemented purely in Rust, and it supports declarative, dynamic updates. A no_std version for embedded systems is also in development.

supercollider

Posts with mentions or reviews of supercollider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-04.
  • Ableton Extensions SDK
    4 projects | news.ycombinator.com | 4 Jun 2026
    The visual patching part of Max makes sense when you know the history of the program. It was built for musicians working at the forefront of interfacing MIDI with the power of the more compact mainframe computers of the day (PDP-11 IIRC). The 'programming' was done through a GUI running on the first Macintosh. At first there was no audio processing in Max itself, it was purely for generating and manipulating MIDI data.

    You can see the continuation of this 'bare-bones' style of Max with Miller Puckette's continuation of his original work in Pure Data[1] (aka Pd). The nice thing about Pd is that it's open source, so all the scheduling and signal flow logic can be examined and understood. As I understand it, the basics of Pd are comparable to how Max still works under the hood, though no doubt there has been some deviation over the years.

    As it is now, Max offers a very smooth interface to the basic paradigm that was established 40 years ago, with many modern advances, but the fundamental idea hasn't changed all that much since it first came out.

    If you really hate having to work through a GUI there's always SuperCollider[1] and its many derivatives (Sonic Pi, TidalCycles, etc.). It's nice to have options!

    [1] https://msp.ucsd.edu/software.html

    [2] https://supercollider.github.io/

  • Past Tense: A DragonRuby Sound Installation Built on libpd
    5 projects | dev.to | 19 May 2026
    SuperCollider has a longer DSP feature list and a more powerful language. The dealbreaker was deployment: scsynth is a separate process. Shipping a game app that has to spawn and supervise another OS process, on iOS, with sandboxing and lifecycle quirks on top, was more friction than I wanted. libpd, by contrast, runs embedded in the game process.
  • Ask HN: What Are You Working On? (May 2026)
    165 projects | news.ycombinator.com | 10 May 2026
  • Supercollider
    2 projects | news.ycombinator.com | 3 May 2026
  • Ask HN: Let's learn more about each one, shall we?
    2 projects | news.ycombinator.com | 15 Jul 2025
  • Cracked (WebAudio DSL)
    5 projects | news.ycombinator.com | 15 May 2025
  • SuperCollider: A synthesis and algorithmic composition platform
    1 project | news.ycombinator.com | 9 Dec 2024
  • Describing musical domain with F#
    3 projects | dev.to | 16 Aug 2024
    At this point, we can produce the array of pitches that are midi notes. To create sound from these notes I've used a specialized programming language called SuperCollider. I won't dive much into details here, but you may have a look at the code if you're interested. Beware, there are quite a lot of branches there and all of them contain some interesting code.
  • Ask HN: Create audio software akin to physics engines?
    4 projects | news.ycombinator.com | 20 Jun 2024
    This is essentially sound design from first principles. There's a good book here: https://www.amazon.com/Designing-Sound-Press-Andy-Farnell/dp... Note that the software used (Pure Data) can be replaced by another high-level language (SuperCollider: https://supercollider.github.io/) pretty easily. I know of no "tool" to do what you want because there are few things that are universal to different kinds of natural and unnatural sound. (Note: study acoustics and psycho-acoustics to better understand why the former is true.)
  • Harnessing Screams with Tidal Looper
    5 projects | dev.to | 12 May 2024
    Since then, I've been working more and more with TidalCycles. TidalCycles is an open-source live coding framework for creating patterns written in Haskell. TidalCycles uses SuperCollider on the backend, another language I've been using for live coding. Recently, I started using Tidal Looper for live vocal processing. This blog post will walk you through what you need to get started with vocal looping with Tidal Looper.

What are some alternatives?

When comparing glicol and supercollider you can also consider the following projects:

Sonic Pi - Code. Music. Live.

Tidal - Pattern language

pure-data - Pure Data - a free real-time computer music system

vst-rs - VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

csound - Main repository for Csound

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Rust is
the 3rd most popular programming language
based on number of references?