Skip to content

Commit 1801c11

Browse files
authored
Updated README
Added steps to generate music files, in the Usage section
1 parent 7ddac2b commit 1801c11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ A Chord in music, is a set of multiple notes ("pitches") that are heard sounding
9595
<code> timidity [filename] </code> <br>
9696
Replace [filename] with complete name of file you wish to listen
9797
</li>
98+
<li>
99+
To generate piano music from a random sequence from the songs/ directory <br>
100+
<code> python3 generate.py </code> <br>
101+
This will create a MIDI music file named "output.midi" in the same directory. To listen to this, type <br>
102+
<code> timidity output.midi </code>
103+
<br> <br>
104+
This step can be repeated any number of times, and at each iteration a random music file will be generated
105+
</li>
98106
</ol>
99107

100108
<h2 id="acknowledgement">Acknowledgement</h2>

0 commit comments

Comments
 (0)