This lets you convert a string of numbers into a song format! In this system, 60 is middle C, 62 is D, etc. and 1 is a quarter note, 2 is a half note, 0.5 is an eighth note, etc. It can be used with that new Chat GPT AI for it to "create" its own music!
In ChatGPT, type in the prompts below (in order) for it to know what system is being used: "Let's agree to use the MIDI pitch specification, where Middle C is 60, C# is 61, etc. Also, use the number -1 if you want to place a rest" "For durations, let's use the convention that 1 is a quarter note, 0.5 is an eighth note, 2 is a half note, 4 is a whole note, and so on." For a song, type: "Could you make ______ using the syntax (note/rest, duration) and the rules we agreed upon above?" Then copy its output into this program!