Skip to content

Commit

Permalink
GUI keyboard key count fixed
Browse files Browse the repository at this point in the history
- 65-key isn't a very common keyboard size... Oops!
- 61-key is the usual size-up from a 49-key!
  • Loading branch information
Mangoshi committed Apr 21, 2023
1 parent adb1178 commit d6f056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
<div class="border border-gray-500 rounded-xl self-center p-2 mx-1 z-10">
<webaudio-keyboard
id="keyboard"
keys="65"
keys="61"
class="self-center"
></webaudio-keyboard>
</div>
Expand Down

0 comments on commit d6f056a

Please sign in to comment.