This is merely a temporary repository that I use to store my data or codes while developing my graduation project, therefore its structure is ugly and to be honest, it is just a mess. Some of its codes may will be reorganized and moved to another repositories later, but while this messy place still exists, I hope those who are interested in my projects could benefit from what I have learnt. Thanks a lot.
- /attempts folder contains some simple composition practice, just for fun.
- /data contains some data that I used to explore with code.
- /markdown contains some .md files that I wrote when leaning SuperCollision.
- /midi_extended contains some alteration that I did on mido objects, for my personal composition use.
- /misc contains some other codes that I use to learn or practice some basic usage
- /models contains some codes that I used for reference, not my own codes.
- /musegan contains generator/discriminator that I borrowed from MuseGAN project, I am trying to transform it into pyTorch.
- /process is under construction, will be used to train my network in the future.
- /util contains some utility functions that I had used or will be used in the future.