Skip to content

Commit

Permalink
release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Sep 7, 2024
1 parent 4c96000 commit eb63782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2981,11 +2981,15 @@ async function setupUI(config,err) {
loadMidiSynth();
if (arranger != "webaudio") playButton.innerText = "Play";
}

if (arranger == "webaudio" && realInstrument) {
setupRealInstruments();
}
}

window.tempConfig = config; // store config for later access
setupMidiChannels();
}
}
};

function createStyleList(config, arrangerStyle, arrangerGrp) {
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OrinAyo",
"short_name": "OrinAyo",
"description": "Convert a Logitech Guitar Hero controller into an Arranger",
"version": "0.9.1",
"version": "0.9.2",

"background": {
"service_worker": "./js/background.js"
Expand Down

0 comments on commit eb63782

Please sign in to comment.