davidlang42 / roland-rds

Library for working with Roland RDS files (live set keyboard patches)
GNU Affero General Public License v3.0
3 stars 0 forks source link

Determine value constraints for live_set::Common #9

Closed davidlang42 closed 1 year ago

davidlang42 commented 1 year ago

Similarly to issue #7 , the midi implementation had an incorrect range for key_touch_curve_offset (spec said 54-73).

Determine the correct min/max using a physical keyboard, update field comment in Common struct, constrain values in to_bytes() and from_bytes()