This is the KLANGBAUM!

Rendered on 2025-03-02, Sweetmorn, the 61st day of Chaos in the YOLD 3191 [?]

MarkovEX, generative attitude

GENERATIVEPYTHON

MarkovEX logo

Abstract

MarkovEX is a python tool that is able to estimate the first and second order Markov chain from a symbolic representation of a melody. This script was made with the precious help of my friend Frasten.

MarkovEX is able to read the melody from midi files, and can save the Markov chain table of note transition probability and note duration probability. Those tables can be used for generating an ever ending melody (via virtual MIDI port) that resembles the original melody used for extracting those tables.

Go to the GitHub page.