Get Started Making Music

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

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

    Live coding is another way for hackers to get started with music making:

    https://glicol.org/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ardour

    Mirror of Ardour Source Code

    Ardour (http://ardour.org/) is probably the most fleshed out one, but it's still pretty bad compared to popular commercial options.

  4. M8HeadlessFirmware

    M8 Headless Precompiled Firmware

    Dirtywave have shipped plenty of M8's in the last year. They just produce them in batches, there have also been shortages of the Teensy 4.1 microcontroller used IIRC and they are highly sought after. You can also "build your own" from supplied firmware https://github.com/Dirtywave/M8HeadlessFirmware

    This is not the fly-by-night kickstarter you are implying.

  5. nih-plug

    Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself

    I don't think Max4Live is not a good choice for building audio plugins. It's a weird platform that was designed for 'institutionalized academic music,' as I once read someone describe it. It's difficult to program in and not efficient. None of my favorite music software is made with it. It's also quite buggy, in my experience. For doing some basic extensions to Ableton Live specifically, beyond what VST allows access to, it's OK, since it's the only official way to do so.

    If you want to just dive into DSP using wires and boxes, with some additional code sprinkled in, SynthEdit or Reaktor Core are faster, more fun, and produce better results. If you don't mind C++, check out iPlug from REAPER's WDL codebase: https://www.cockos.com/wdl/ — there are some forks of it.

    There's also JUCE. You'll find some people complain about it and some people regret using it, despite it being relatively popular.

    There are some Rust things for doing VST (and AU) development. Here's one that I've seen a few things made with: https://github.com/robbert-vdh/nih-plug/tree/master I wouldn't worry too much about the differences between C++ and Rust in this world. Audio software tends to be buggy, so the bar for being considered 'good enough' is pretty low.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

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