Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8f35f8c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Oct 5, 2023
1 parent 6badd33 commit e2209fd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 33 deletions.
6 changes: 3 additions & 3 deletions assets/index-57f9856d.js → assets/index-2ea191d8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-2ea191d8.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-57f9856d.js.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-a3516246.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-fa3e2294.css

This file was deleted.

51 changes: 23 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
gtag('config', 'G-2Y2FW3QEG4');
</script>

<script type="module" crossorigin src="./assets/index-57f9856d.js"></script>
<link rel="stylesheet" href="./assets/index-fa3e2294.css">
<script type="module" crossorigin src="./assets/index-2ea191d8.js"></script>
<link rel="stylesheet" href="./assets/index-a3516246.css">
</head>

<body>
Expand Down Expand Up @@ -77,33 +77,28 @@ <h1 class="h2">
</header>
<main>
<div id="drag" class="mb-3">
<label class="form-label" for="file">Load SoundFont2 file</label>
<input
type="file"
class="form-control"
id="file"
accept="audio/x-soundfont"
aria-describedby="fileHelp"
/>
<!--
<button
class="btn btn-outline-secondary dropdown-toggle"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
<div class="input-group">
<label class="input-group-text" for="file">
Upload own *.sf2 file
</label>
<input
type="file"
class="form-control"
id="file"
accept="audio/x-soundfont"
aria-describedby="fileHelp"
/>
<select
class="form-select"
aria-label="Load SoundFont2 file"
id="selector"
>
Default
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Yamaha XG SoundFont</a></li>
<li>
<a class="dropdown-item" href="#">
Yamaha XG Sound Set Ver.2.0
</a>
</li>
<li><a class="dropdown-item" href="#">A320U.sf2</a></li>
</ul>
-->
<option selected value="Yamaha XG Sound Set.sf2">
Yamaha XG SoundFont.sf2
</option>
<option value="A320U.sf2">A320U.sf2</option>
</select>
</div>
<div id="fileHelp" class="form-text">
drag and drop here *.sf2 file to change sound font.
</div>
Expand Down

0 comments on commit e2209fd

Please sign in to comment.