initial commit; implemented button recognition
This commit is contained in:
commit
575e7ca11e
7 changed files with 1065 additions and 0 deletions
10
html/index.html
Normal file
10
html/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<head>
|
||||
<title>MidiTrainer</title>
|
||||
<link rel="stylesheet" href="assets/css/reset.css">
|
||||
<link rel="stylesheet" href="assets/css/base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<object id="piano" data="assets/img/piano-keyboard.svg" type="image/svg+xml" width="100%" height="300"type="image/svg+xml"></object>
|
||||
<script src="assets/scripts/midi.js"></script>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue