easy examples in different languagess

This commit is contained in:
Sam 2023-07-17 01:22:27 +02:00
parent e45ab18f5d
commit 9b0c8ffc86
224 changed files with 11562 additions and 133 deletions

View file

@ -148,7 +148,7 @@
</h2>
</div>
<div style="margin-top:20px;">
<webaudio-switch id="on" value="1" tooltip="Switch-B" height="30" width="90" src="knobs/power.png">
<webaudio-switch id="auroraon" value="0" tooltip="Switch-B" height="30" width="90" src="knobs/power.png">
</webaudio-switch>
</div>
</div>
@ -333,6 +333,12 @@
}
break;
case "/auraon":
var divtext = document.getElementById('status');
divtext.innerHTML="";
divtext.innerHTML= "Aurora plugin ON";
document.getElementById("auraon").value = 1;
case "/simul":
if (type === 'simu') {
console.log("simul "+res[1]);