mirror of
https://github.com/mouse-reeve/infinite_gnossienne
synced 2025-06-16 13:30:32 +02:00
12 lines
622 B
Markdown
12 lines
622 B
Markdown
# Infinite Gnossienne
|
|
|
|
An endless version of Erik Satie's Gnossiennes No. 1.
|
|
|
|
I parsed a midi file of the piece into artificial 4/4 measures (the piece is in free time, I know, sorry Satie)
|
|
and made a markov chain associating the measures across the bass and treble tracks. The result plays back as an endless
|
|
version of the composition.
|
|
|
|
Libraries in use:
|
|
- [Soundfont-Player](https://github.com/danigb/soundfont-player) for playing the audio
|
|
- [VexFlow](https://github.com/0xfe/vexflow) for displaying the sheet music
|
|
- [Tracery](https://github.com/galaxykate/tracery) for generating sheet music instruction annotations
|