mirror of
https://github.com/wgreenberg/musicbox.git
synced 2025-05-15 12:35:34 +02:00
basic functionality w/ static bpm
This commit is contained in:
parent
2b1a105858
commit
34d07d363e
3 changed files with 215 additions and 0 deletions
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue