electraone / datafiles

Public files for electra.one project
23 stars 6 forks source link

It is possible to enter value of 7-bit CC that is higher than 127 #1

Closed martinpavlas closed 5 years ago

martinpavlas commented 5 years ago

It should not be possible to enter a value that is outside the valid range for given parameter. It means it should validate it (0 .. 127, -63 .. 64, -10 .. 117 as examples of valid ranges). This also needs thinking for non-CC parameters such as SysEx values, etc.

martinpavlas commented 5 years ago

Input validation put in place