sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.91k stars 128 forks source link

[FEATURE] Control using the keyboard / accessibility #471

Open dbmann1 opened 4 months ago

dbmann1 commented 4 months ago

Is your feature request related to a problem? Please describe. I have seen that you have already dealt with the topic of accessibility in (https://github.com/sdatkinson/NeuralAmpModelerPlugin/issues/124). Even though I'm not visually impaired and don't rely on a screen reader, I love it when software can also be operated using the keyboard.

Describe the solution you'd like It would be desirable if all knobs, switches and buttons could be controlled with keyboard commands.

Describe alternatives you've considered

Additional context

sdatkinson commented 2 months ago

Can this be done via MIDI? (Key triggers MIDI command, MIDI command is heard by the plug-in and does what you want)

If so, then it may make sense to start with #451 and go from there.