Programming languages used for music
timthompson.com
Programming languages used for music
1–10 of 108 posts
Re: Programming languages used for music
#2Re: Programming languages used for music
#3Re: Programming languages used for music
#4Re: Programming languages used for music
#5Here's a currently active list on github in case somebody's left needing a fix of music programming: https://github.com/zoejane/awesome-music-programming
Re: Programming languages used for music
#6Looks interesting, but I think it's a little dated- sadly most of the links I tried on this page don't seem to be active anymore? Here's a currently active list on github in case somebody's left needing a fix of music programming: https://github.com/zoejane/awesome-music-programming
Re: Programming languages used for music
#7Re: Programming languages used for music
#8But the most productive experience was definitely SuperCollider. I can only recommend giving it a try. Its real-time sound synthesis architecture is great. Basically works sending timestamped OSC messages AOT (usually 0.2s). It also has a very interesting way of building up so-called SynthDefs from code into a DAG. I always wondered if a modern rewrite of the same architecture using JIT/AOT technology would be useful. But I digress... SC3 is a great platform to play with sound synthesis... Give it a try if you find the time.