January API

January API

Generative music tool set up as an API through Docker.

A generative music tool, originally made by composer Rich Vreeland / Disasterpiece, ported from ActionScript to TypeScript. It uses Markov chains to generate melodies, chords and harmonic transitions. By giving an algorithm clear rules to play by (in form of the markov chain), we can always guarantee a nice and beautiful outcome.

Started as a tool and evolved into a Docker powered API that spits out MIDI in its current iteration.

This is a pet project that came from a prototype in a school project but that I've been updating to use in a live performance context. Work will never end on this tool, and has been integrated in smaller projects.

GenerativeMusicCoding