aeon
extempore
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.
aeon
-
Racket for Computer Music?
https://pkgd.racket-lang.org/pkgn/search?q=music , https://github.com/tommaisey/aeon (Chez Scheme) ?
-
Sequence and synthesize music
It would be totally possible. I'm working on a Scheme-based live-coding tool that allows you to write SuperCollider Synthdefs in Scheme, thanks to a project called rsc3. That project would be a good inspiration if you were going to attempt this.
-
Algorithmic composition for Scheme and modular synthesizer
I am also working on algorithmic composition with Scheme. I'm working on a system that bears some similarities with Tidal Cycles, using Chez Scheme. It's called Aeon.
extempore
- Does anyone here know of a music system for Scheme?
-
Why don't more languages implement LISP-style interactive REPLs?
I've use a few "live coding" programming environments focused around audio programming where this is also the norm. Extempore ( https://github.com/digego/extempore, https://www.youtube.com/watch?v=yY1FSsUV-8c ) is a great example of this.
-
Cyber is a new language for fast, efficient, and concurrent scripting
I grew up in the 70s with the term cybernetics from Norber Wiener, and I liked it before Gibson's Neuromancer in the 80s, so I guess I was inoculated before the pandemic use of the word. Cyber-Physical Systems (CPS) is a term being bandied about a bit now (reading Logical Foundations of Cyber-Physical Systems, and it is pretty cool [1]; Andrew Sorensen's Extempore as a CPS environment [2]). I also attended the first HOPE in 1994 in NYC and although the press abused the term cyber, it's still cool to me! But the Papa John's stuff was funny.
[1] https://link.springer.com/book/10.1007/978-3-319-63588-0
[2] https://github.com/digego/extempore
- Carp - If Clojure and Rust Had A Baby
-
Racket for Computer Music?
Check out https://github.com/digego/extempore by Andrew Sorenson
-
Best Lisp/scheme for OSDev?
Extempore
- Scheme-y music software
-
Starting Your Computer Music Journey with Clojure and Overtone in Emacs
I'm really fond of the idea of writing music like this.
From all available implementations of the idea, I probably like Extempore (https://github.com/digego/extempore) the most. Extempore provides a low-level C-like language (xtlang) which compiles into LLVM and can be meta-programmed from a variant of Scheme (TinyScheme I believe). This arrangement makes it possible to generate the code for the audio graph from Scheme, compile/optimize it via LLVM, then drive it in a live-coding fashion from Emacs. Best of both worlds (high and low).
My personal, much simpler attempt in this space is Cowbells (https://github.com/omkamra/cowbells) - with this one you can live-code FluidSynth (MIDI soundfonts) from Clojure + CIDER + Emacs, representing musical phrases either via Clojure data structures or an alternative text-based syntax (which is translated into the former by a compiler).
- Alda – Text-Based Programming Language for Music Composition
What are some alternatives?
rsc3 - rsc3 ported to Racket and organized as package
Sonic Pi - Code. Music. Live.
cl-patterns - Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
awesome-livecoding - All things livecoding
cl-collider - A SuperCollider client for CommonLisp
melrose - interactive programming of melodies, producing MIDI
lambdanative - LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.
orca - C Multi-REST API library for Discord, Slack, Reddit, etc.
overtone - Collaborative Programmable Music
miti - miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. :musical_note:
clojure - The Clojure programming language
alda - A music programming language for musicians. :notes: