ucsb-cs56-projects / cs56-music-basic-synthesis-demo

-
0 stars 5 forks source link

Convert Melody Files to New Format #26

Open rtwaltman opened 10 years ago

rtwaltman commented 10 years ago

There are thee files in resources/ build/resources/ called YellowSub, MaryHadALittleLamb, and Default that need to be rewritten in the new pitch format in order to be played correctly. Supported pitch formats are now midi, scientific name, or frequency in Hz (see http://en.wikipedia.org/wiki/Piano_key_frequencies for reference).

frereJacques.txt is in the new format and working. Use this as an example of how to convert into scientific name if needed.

After this is done, update the README.md to reflect these changes. See that the "NOTE" section at the top explains the changes required as well and should be removed. There are a few other instances in the README.md where changes are necessary.

bronhuston commented 10 years ago

Approved