This is a program, written in French but easily understandable, that allows you to automate the entry and playing of music. Basically it asks you how many notes in the piece and then loops through asking, for each note, what note it is (do, re, mi etc), and which octave. You can also choose to enter a rest. The result is stored into L1 (one of the lists) and can then be played. Quite simple but easier to use than programming it yourself. |