supercollider VS Sonic Pi

Compare supercollider vs Sonic Pi 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
supercollider Sonic Pi
67 113
5,467 10,778
1.4% 0.7%
9.5 8.4
1 day ago 8 days ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

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 2024-08-16.
  • 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.
  • Recreating the THX Deep Note (2009)
    2 projects | news.ycombinator.com | 3 Sep 2023
    Link to the audio programming language / server they're using in the article: https://github.com/supercollider/supercollider
  • supercollider VS midica - a user suggested alternative
    2 projects | 12 Aug 2023
  • MuseScore 4.1 is now available
    4 projects | news.ycombinator.com | 12 Jul 2023
    For the intrepid, especially those annoyed with the purported input-sluggishness of musescore et al, an interesting text-based alternative is LilyPond https://lilypond.org/

    My dad wrote an opera using LilyPond in vim, though I believe these days he's actually doing more with supercollider, which skips sheetmusic and goes right to sounds: https://supercollider.github.io/

  • Has anyone tried automated mastering?
    1 project | /r/WeAreTheMusicMakers | 5 Jul 2023
  • Why'd you choose programming?
    1 project | /r/ProgrammerHumor | 29 May 2023
    Weirdly enough,I got into programming through music. I got into making experimental electronic music and ended up learning SuperCollider. Figured I’d have to get a real job at some point and I liked learning Supercollider enough that I figured I should try to go back to school and learn some more useful programming languages
  • 13 Years of History Teaching - Now Thrown Into CS.
    3 projects | /r/CSEducation | 30 Apr 2023
    So you’re wondering what would making music with code look like? The tools I’m familiar with are TidalCycles, Sonic Pi, and SuperCollider. I’m having a hard time describing what it’s like to make music with tools like these so here’s a video of a performance. One person is live coding the music and the other is live coding the visuals. I think it’s super cool how the music is improvised and built over time by layering commands. Some keywords you could search to see more examples would be Algorave and Livecoding.
  • Has anyone else noticed a weird noise coming from their Starlite?
    1 project | /r/starlabs_computers | 19 Apr 2023
    So far mostly Vim (not for coding, just writing so far), NetHack, Firefox, and mpd and ncmpcpp. Also mpv occasionally. I'm planning on installing SuperCollider at some point too and getting back into that, but that shouldn't be too heavy either.

Sonic Pi

Posts with mentions or reviews of Sonic Pi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-20.
  • Ask HN: Platform for 11 year old to create video games?
    38 projects | news.ycombinator.com | 20 Sep 2024
    Not specifically game related, but adjacent. Sonic Pi (https://sonic-pi.net/) is designed for making music specifically with kids in mind, and they might accidentally learn a whole bunch of programming concepts as a side-effect.
  • Seeking Ideas for Preschool/School Projects
    1 project | news.ycombinator.com | 11 May 2024
    With my 7 years old I started to thinker with https://www.scratchjr.org/. She like to create short movies with it. The next level will be https://sonic-pi.net/
  • Anyone else using ChatGPT to make music?
    1 project | news.ycombinator.com | 24 Feb 2024
    I have wondered what grooves it could come with using https://sonic-pi.net/
  • I Need to Grow Away from These Roots
    1 project | news.ycombinator.com | 28 Jan 2024
  • History of the Web - Part 1
    1 project | dev.to | 17 Jan 2024
    On a seriously light-hearted note, Herve Aniglo, talked about teaching children to code with music using Sonic PI, a language agnostic platform that helps you learn recursions, looping, circuit breaking and functional programming by creating simple tunes.
  • Genuary 2024: Generative Art / Creative Coding Month
    3 projects | news.ycombinator.com | 31 Dec 2023
    https://www.youtube.com/playlist?list=PLPYzvS8A_rTYEba_4SDvR...

    - Sonic Pi is built on-top of SuperCollider, but it's MUCH easier to get started with making bleeps and bloops. Sam Aaron, who originally created Overtone (a Clojure front-end for SuperCollider) created Sonic Pi initially to teach kids computer programming and music, but now it's turning into a pretty nice live-coding setup. The language is basically a DSL extension of Ruby, and although it's very elegant, I feel like it's a little nerfed in terms of a full language when compared to SCLang, so I'm sticking with the latter for now. High recommend checking it out if you're new to making music or code. https://sonic-pi.net/

    - This 'Intro To Live Coding' vid from Alex McLean is great. Gives a good overview of a few fun tools out there that I won't mention here for sake of time (check out Gibber and Hydra for web-based coding things. Gibber is really slick). Alex invented Tidal Cycles, which I feel is like god-tier in terms of power and conciseness. Maybe I'll tinker with Tidal someday, but I want to start with SC.

  • Web FM synthesizer made with HTML5
    9 projects | news.ycombinator.com | 29 Oct 2023
  • Overtone – programmable, live music in Clojure
    4 projects | news.ycombinator.com | 3 Aug 2023
    Strange dice that it seems to mostly be c++, sponsored by 3 prominent elixir shops, with an original OSC server implementation by Joe Armstrong.

    https://github.com/sonic-pi-net/sonic-pi/tree/dev/app/server...

  • I really got traumatized
    1 project | /r/ChatGPT | 2 Jul 2023
    There is a programming language+IDE called SonicPI. It's designed to create music by writing code. You can install the program from the lin, then ask chatGPT to generate some sonic PI code that produces some nice melody. Then just copy the code and paste it into the sonicPI program, and run it by clicking the run button. Here's a conversation for example
  • Como encontrar tema de tcc em ciência da computação?
    4 projects | /r/brdev | 24 Jun 2023

What are some alternatives?

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

faust - Functional programming language for signal processing and sound synthesis

FoxDot - Python driven environment for Live Coding

Viper4Android-presets - This repository finds a collection of preset for viper4android 2.7+

soundtouch-android - Android bindings for SoundTouch lib, focused on size optimization and real-time processing.

csound - Main repository for Csound

overtone - Collaborative Programmable Music

glicol - Graph-oriented live coding language and music/audio DSP library written in Rust

Coltrane - 🎹🎸A music theory library with a command-line interface

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

Black candy - A self hosted music streaming server

yummyDSP - An Arduino audio DSP library for the Espressif ESP32 and probably other 32 bit machines

WahWah - Ruby gem for reading audio metadata

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