We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I use note-seq to represent and convert polyphonic MIDI file as array/n-dim matrix?
Since monophonic melody can be represented as 1-D array of integers with quantization, I assume polyphonic ones can be represented as n-D array?
My aim is to obtain raw array of notes(integers) and train custom NN other than magenta.
I spent some time on source code and unofficial documentation @wtong98 provided here with no solution.
The text was updated successfully, but these errors were encountered:
I guess one way would be quantizing the note sequence, which will make the time dimension discrete and then use a custom mapper.
Also, you could check out the PianoRoll class which is part of note_seq.
Sorry, something went wrong.
No branches or pull requests
How can I use note-seq to represent and convert polyphonic MIDI file as array/n-dim matrix?
Since monophonic melody can be represented as 1-D array of integers with quantization, I assume polyphonic ones can be represented as n-D array?
My aim is to obtain raw array of notes(integers) and train custom NN other than magenta.
I spent some time on source code and unofficial documentation @wtong98 provided here with no solution.
The text was updated successfully, but these errors were encountered: