Skip to content

I want to be able to define and play melodies #1

@ntoll

Description

@ntoll

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions