mochreach / midi-surf

A flexible and powerful MIDI controller in your browser!
https://midisurf.app
GNU General Public License v3.0
40 stars 6 forks source link

Fader max value incorrect #15

Closed ChrisWellsWood closed 1 year ago

ChrisWellsWood commented 1 year ago

Faders only change a parameter up to 78% not 100%. This is because the fader value is between 0-100 and then this value is used as the midi value that is sent to the device. This should be normalised from 0-127 then sent out.