Get note data from MIDI file

后端 未结 3 1380
借酒劲吻你
借酒劲吻你 2021-02-02 02:43

Is there a way to get the note data from a MIDI file? That is, I want to break down the MIDI file into its constituent parts so they are in the form of a unique word (or any ot

3条回答
  •  不要未来只要你来
    2021-02-02 03:19

    There is a number of ready made solutions, taking input from MIDI file, generating musical visualization, so in theory and practice, MIDI parser works fine

    I am working on such musical visualizer in HTML5, generating vertical top > down notes timeline live to support handicapped piano players.

    DLP projector is great but it seems, I need to install large LCD TV screen, just over the piano keyboard to get visualization to match the notes played

    @Brendan Kavanagh is the leader another key developer is called Stephen Malinowski

    just follow my question to get the right web links

    How to build MIDI file visualizer to get input from MIDI file and display MIDI timeline over the keyboard to match notes played by a real player

提交回复
热议问题