-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
As a musician, I want to be able to create melodic parts as collections of notes. May I suggest the music DSL we made for the micro:bit as a starting point..? https://microbit-micropython.readthedocs.io/en/v1.0.1/music.html
In addition to the named notes (e.g. "c1:4") I want to be able to perhaps describe specific pitches by cycles, e.g. "440:4" for a concert A (440) for a "crotchet's" value of duration. Obviously, I'm using a string based representation for those latter values, and these could just be a tuple like this: (440, 4).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels