Skip to content

Commit

Permalink
Reset velocity in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed May 24, 2024
1 parent f19c084 commit fe19f42
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 290 deletions.
1 change: 1 addition & 0 deletions demo/demo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async function createPlayer() {
document.getElementById('error').textContent = '';
document.getElementById('ireal').value = '';
document.getElementById('grooves').value = groove === DEFAULT_GROOVE ? null : groove;
document.getElementById('velocity').value = 1;

// Create new player.
if (g_state.musicXml) {
Expand Down
Loading

0 comments on commit fe19f42

Please sign in to comment.