basic functionality w/ static bpm

This commit is contained in:
Will Greenberg 2021-01-12 20:24:00 -08:00
parent 2b1a105858
commit 34d07d363e
3 changed files with 215 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<html>
<head>
<script src='musicbox.js'></script>
<style>
textarea {
width: 200px;
height: 300px;
}
</style>
</head>
<textarea id='beats'></textarea>
<textarea id='piano'></textarea>
</html>