Skip to content

josephding23/MusicCritique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cce218 · Aug 13, 2020

History

89 Commits
Aug 13, 2020
Aug 13, 2020
May 20, 2020
Aug 13, 2020
May 20, 2020
Aug 13, 2020
Aug 13, 2020
Apr 10, 2020
Oct 9, 2019
May 20, 2020
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Sep 30, 2019
Apr 10, 2020
Mar 3, 2020
Sep 30, 2019

Repository files navigation

MusicCritique

Introduction

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.

Structure

  • /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.