ccs-computing-w19 / Audio-Analysis

0 stars 0 forks source link

Program that prints a MIDI file #7

Closed rajansaini691 closed 5 years ago

rajansaini691 commented 5 years ago

Given a MIDI File, we should expect a sequence of notes to be printed in ASCII. For example, a MIDI file containing a C Major chord would print "CEG", while one containing a I-IV-V progression in the key of C would print "CEGFACGBD". It would print in order of event time or pitch (low to high) for notes played at the same time.