markov-music icon indicating copy to clipboard operation
markov-music copied to clipboard

Implement robust markov chain encoding.

Open omgimanerd opened this issue 5 years ago • 1 comments

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 avatar Mar 12 '19 00:03 omgimanerd

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

omgimanerd avatar Mar 12 '19 00:03 omgimanerd