Skip to content

Commit 044a3b0

Browse files
authored
Increase maximum pitch bend range (#6)
1 parent 5deb909 commit 044a3b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ <h2><label for="midifile">MIDI file</label></h2>
6565
<option value="5">5</option>
6666
<option value="6">6</option>
6767
<option value="7">7</option>
68+
<option value="8">8</option>
69+
<option value="9">9</option>
70+
<option value="10">10</option>
71+
<option value="11">11</option>
72+
<option value="12">12</option>
6873
</select>
6974
</div>
7075
<div id="midiwarnings" class="warnings"></div>
@@ -280,6 +285,10 @@ <h3>Examples</h3>
280285

281286
<div class="container">
282287
<h2>Version history</h2>
288+
<p>
289+
v1.9a<br>
290+
Increased maximum pitch bend range to 12 semitones
291+
</p>
283292
<p>
284293
v1.9<br>
285294
Added support for tempo changes

0 commit comments

Comments
 (0)