Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notation support - feature request #38

Open
Hasenn opened this issue Oct 14, 2022 · 2 comments
Open

Notation support - feature request #38

Hasenn opened this issue Oct 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Hasenn
Copy link

Hasenn commented Oct 14, 2022

Some DAWs support notation, and exchange between them and notation software has always been very annoying with MIDI

If this project included some way of including metadata that would help those daws and notation software make the midi easier to turn into readable scores, we could improve that process. Just some general way to add notation metadata to notes as an optional thing.

Metadata like
"this note is to be notated as a quarter-note" (even though it is off-time due to humanizing)
"this note is to be notated as a staccato quarter note" (and not an 8th note and some silence)
"there is an indication to play using this other articulation from this note on"
"there is a chord symbol above that note"
"use a sharp and not a flat when notating this note" (enharmony)

It would be a lot of work to standardize that, but that could be the aim of another project if you just provide the ability to have such metadata

@Hasenn
Copy link
Author

Hasenn commented Oct 14, 2022

An example, if you support arbitrary attributes it would just be about a tag for some metadata,
or some kind of subset of musicXML for more complex things

<clips>
          <!-- note clip -->
          <clip time="8" duration="8">
            <notes id="5">
              <note time="3" duration="0.5" key="55" vel="0.8">
                <notation duration="quarter" enharmony="#"/>
              </note>
            </notes>
          </clip>

@kurasu kurasu added the enhancement New feature or request label Sep 27, 2023
@Trinitou
Copy link

Trinitou commented Oct 2, 2023

musicXML repo: https://github.com/w3c/musicxml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants