alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.61k stars 288 forks source link

#321 Validate MIDI note range #409

Closed KartikYZ closed 1 year ago

KartikYZ commented 2 years ago

Added validation for midi note range in note.go. We raise a UserFacingError if midi note is > 0 or < 127 and log the event.

daveyarwood commented 2 years ago

Fixes #321.

daveyarwood commented 1 year ago

Superceded by #461