Skip to content

Commit

Permalink
update orinayo web client
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Dec 6, 2024
1 parent a658594 commit 2100298
Show file tree
Hide file tree
Showing 20 changed files with 14,457 additions and 55 deletions.
Binary file not shown.
Binary file not shown.
Binary file added classes/jsp/assets/bass/wild-rock_120_8000.bass
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions classes/jsp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div id="sequencer2" style="margin:10px">
<span style="font-size: 14px;margin-left:2px" id="sequencer">Tempo:<span id="showTempo">100</span></span>
<input title='Overall Tempo control' id="tempo" type="range" min="30.0" max="180.0" step="1" value="100" style="height: 20px; width: 150px">
<input title='Enable microphone' style="margin-left: 10px;margin-right: 10px;" id="microphone" type="checkbox">Mic
<span style="display: none;"><input title='Enable microphone' style="margin-left: 10px;margin-right: 10px;" id="microphone" type="checkbox">Mic</span>
<input title='Play Drum Fills automatically when variation chnages' style="margin-left: 10px;margin-right: 10px;" id="autoFill" type="checkbox" checked>Auto Fill
<input title='Play Intro end Ending' style="margin-left: 10px;margin-right: 10px;" id="introEnd" type="checkbox" checked>Intro/Outro
<input title='Enable Guitar pedal effects' checked style="margin-left: 10px;margin-right: 10px;" id="reverb" type="checkbox">Pedals
Expand Down Expand Up @@ -145,7 +145,7 @@
<script src="./js/gameBoard.js"></script>
<script src="./js/webmidi.min.js"></script>
<script src="./js/midi-parser.js"></script>
<script src="./js/loops.js"></script>
<script src="./js/guitar-loops.js"></script>
<script src="./js/styles.js"></script>
<script src="./js/songs.js"></script>
<script src="./js/audio_looper.js"></script>
Expand Down
Loading

0 comments on commit 2100298

Please sign in to comment.