mbitsnbites / soundbox

SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (4K / 8K).
https://gitlab.com/mbitsnbites/soundbox
429 stars 75 forks source link

Disables the keyboard in the presets. Closes #24 #39

Closed vsariola closed 7 years ago

vsariola commented 7 years ago

This prevents arrows and letter shortcuts from being used, so that the user doesn't accidentally overwrite instrument settings. Note that they still work when the select is open (when you see the whole list of instruments).

esaruoho commented 7 years ago

@vsariola how much do you know about tab, css and js - i mean, is there some way of establishing Tab for a route which would be: pattern order editor, pattern note editor, pattern effect command parameter editor and then back to pattern-order-editor? cos shift-tab/tab would really serve in these places much better than getting into that preset loader.

mbitsnbites commented 7 years ago

Re tabs, there's also #22 ...

vsariola commented 7 years ago

Ignores everything (no bad things seem to come from it), fixed indentation, rebased to tip and rewrote history.