DamRsn / NeuralNote

Audio Plugin for Audio to MIDI transcription using deep learning.
Apache License 2.0
1.12k stars 61 forks source link

Adjusting dials on NeuralNote Standalone is awkward #99

Open mslinn opened 2 months ago

mslinn commented 2 months ago

There is no way to type in numeric values or use the up and down arrows to adjust the values; instead, the little knobs must be turned, which is awkward with this UI.

DamRsn commented 2 months ago

Hi,

What do you mean by awkward? It is pretty standard in plugins to have rotary knobs. I could add the text to value though as it's true that it is handy.

Regarding the up/down arrows, it is more complicated as you'd need to keep track of what was selected last. So I don't think to include it.

One thing to know in order to use knobs easily in NeuralNote is that they should be dragged vertically to change their value. Trying to rotate them with the mouse will not work properly.

Hope this helps!