Skip to content

Commit

Permalink
prog
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisheng Jiang committed Mar 2, 2024
1 parent 52867bf commit 6f6e13f
Show file tree
Hide file tree
Showing 56 changed files with 1,884 additions and 2,930 deletions.
Binary file modified a.out
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/sequence.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/timer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,21 @@

<script src="dist/sequence.js"></script>
</head>

<div class="container">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-11"></div>
</div>
</div>
<body class="sans-serif space-between" style="height:auto !important">
<header>
<i class="fa-regular fa-user"></i>
<select id="sf2select" aria-placeholder="dafds">
<option>Select SF2 File</option>
</select>
<span id="midilist"></span>
<select id="midiselect" aria-placeholder="midiselect">
<option>Select midi File</option>
</select>
<span id="ctrls"> </span>
<input type="file" tabindex="0" value="send file" id="file-btn" accept=".mid" />
</header>
Expand Down
Loading

0 comments on commit 6f6e13f

Please sign in to comment.