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

Implement MIDI score splitter #1

Open
DolphinDTM opened this issue Apr 5, 2017 · 0 comments
Open

Implement MIDI score splitter #1

DolphinDTM opened this issue Apr 5, 2017 · 0 comments

Comments

@DolphinDTM
Copy link

Proposal to make this program even more useful that it already is, and for the sake of keeping every useful tool in a single program.

The MIDI score splitter would follow an algorithm that looks for each individual note start time. If two or more notes start at the exact same time, then you preserve the highest pitch note. Repeat this algorithm until there are no more simultaneous notes.

Note length is not a factor for the splitting algorithm, however note values must be preserved in the processed files, such as velocity, panning, etc.

Example 1
Example 2

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

No branches or pull requests

1 participant