Beta instruments, as I know it works in Firefox
Open new sequence, then the console: ctrl+shift+i
Add the code below and press enter
insts=[]; for(i=0;i<instrumentSelect.length;i++) { insts.push(parseInt(instrumentSelect[i].value)) } for(i=0;i<settings.instrumentColors.length;i++) { if(!insts.includes(i)) { var opt = document.createElement("option"); opt.value = i; opt.text = settings.instruments[i]; instrumentSelect.add(opt); } }
Then close the console. Now the beta instuments should be in the drop down menu. Good luck!
There's however no effects or volumes sliders for the beta instruments but I hope they will fix it one day.
My very first song with 808 drums ##545428
And this plus one or two more ##560996
Credits to korwynkim and others who told me the "secret"
Also you can use offline-os.glitch.me since a long time now where you do not have to add any code.
However, if you want to update an existing song here at Online Sequencer you still need to use the code of course
Or save a local file and drag it to offline-os.glitch.me, then save a new local file there and drag it to OS...
Open new sequence, then the console: ctrl+shift+i
Add the code below and press enter
insts=[]; for(i=0;i<instrumentSelect.length;i++) { insts.push(parseInt(instrumentSelect[i].value)) } for(i=0;i<settings.instrumentColors.length;i++) { if(!insts.includes(i)) { var opt = document.createElement("option"); opt.value = i; opt.text = settings.instruments[i]; instrumentSelect.add(opt); } }
Then close the console. Now the beta instuments should be in the drop down menu. Good luck!
There's however no effects or volumes sliders for the beta instruments but I hope they will fix it one day.
My very first song with 808 drums ##545428
And this plus one or two more ##560996
Credits to korwynkim and others who told me the "secret"

Also you can use offline-os.glitch.me since a long time now where you do not have to add any code.
However, if you want to update an existing song here at Online Sequencer you still need to use the code of course

Or save a local file and drag it to offline-os.glitch.me, then save a new local file there and drag it to OS...
