Skip to content

Commit

Permalink
updated html and js files for song generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Modrigue committed Jan 4, 2024
1 parent c18feab commit 402b2d1
Show file tree
Hide file tree
Showing 40 changed files with 1,388 additions and 244 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@
<script src="js/song_generator/midiTrackEventType.js"></script>
<script src="js/song_generator/midiFile.js"></script>
<script src="js/song_generator/melodic_fluency.js"></script>
<script src="js/song_generator/chord_progression.js"></script>
<script src="js/song_generator/sequence.js"></script>
<script src="js/song_generator/counterpoint_1_1.js"></script>
<script src="js/song_generator/counterpoint_2_1.js"></script>
<script src="js/song_generator/counterpoint_3_1.js"></script>
<script src="js/song_generator/counterpoint_4_1.js"></script>
<script src="js/song_generator/counterpoint_4th_spec.js"></script>
<script src="js/song_generator/song_generator.js"></script>

<!-- scale keyboard -->
Expand Down Expand Up @@ -413,7 +416,7 @@ <h3 id="welcome_subtitle" style="font-size: 18px;">Welcome to the Music Toolbox<
<select name="song_generator_scale" id="song_generator_scale"></select>
<br/><br/>
<span id="song_generator_nb_bars_text">Nb. of bars:</span>
<input type="number" id="song_generator_nb_bars" min="1" max="21" style="width: 35px;" value="9"/>
<input type="number" id="song_generator_nb_bars" min="1" max="21" style="width: 35px;" value="4"/>
&nbsp;
<span id="song_generator_nb_notes_per_bar_text">Nb. of notes/bar:</span>
<input type="number" id="song_generator_nb_notes_per_bar" min="1" max="64" style="width: 35px;" value="8"/>
Expand Down
15 changes: 8 additions & 7 deletions js/functions_play.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/functions_play.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 402b2d1

Please sign in to comment.