From eb63782ac7d22397d2b19a121b8cd738a9a94453 Mon Sep 17 00:00:00 2001 From: Dele Olajide Date: Sat, 7 Sep 2024 10:04:39 +0100 Subject: [PATCH] release 0.9.2 --- docs/js/main.js | 6 +++++- docs/manifest.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/js/main.js b/docs/js/main.js index 0499bac..be26d66 100644 --- a/docs/js/main.js +++ b/docs/js/main.js @@ -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) { diff --git a/docs/manifest.json b/docs/manifest.json index 2097041..07a12c5 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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"