SuperCollider might be a bit more popular than Nature of Code. We know about 33 links to it since March 2021 and only 27 links to Nature of Code. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
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. - Source: dev.to / 10 months ago
This is essentially sound design from first principles. There's a good book here: https://www.amazon.com/Designing-Sound-Press-Andy-Farnell/dp/0262014416 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... - Source: Hacker News / 12 months ago
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... - Source: dev.to / about 1 year ago
Csound is... "interesting". If you want to play with something more modern, have a look at https://supercollider.github.io/ instead. - Source: Hacker News / almost 2 years ago
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/. - Source: Hacker News / almost 2 years ago
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / about 2 months ago
I love this, I first learned Java and “Kids Programming Language” (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), it’s super visual but still “real” code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 7 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / 9 months ago
For anyone wanting to do this in JS, check out Dan Shiffman’s Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / 9 months ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / 10 months ago
Pure Data - Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical...
The Coding Train - Online learning resource for beginner-friendly creative coding tutorials and challenges.
Sonic Pi - Sonic Pi is a new kind of instrument for a new generation of musicians. It is simple to learn, powerful enough for live performances and free to download.
Processing - C++ and Java programming at the speed of thought.
VCV Rack - A cross-platform modular synthesizer.
p5.js - JS library for creating graphic and interactive experiences