omgimanerd / markov-music

Generating music using markov chains
https://medium.com/@omgimanerd/generating-music-using-markov-chains-40c3f3f46405#.1wukhwbrt
47 stars 16 forks source link

Implement robust markov chain encoding. #8

Open omgimanerd opened 5 years ago

omgimanerd commented 5 years ago

json_handler.py encodes generated markov chains as JSON. Functionality needs to be implemented to increase the robustness of the entire project so that the chains can be arbitrary encoded for storage and decoded for use in generator.

omgimanerd commented 5 years ago

This is probably best done by enhancing the functionality in markov_chain.py itself so that all this functionality is abstracted into it.