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

Thought it would be useful for you - to determine two MIDI file similarity #114

Open
klesun opened this issue Aug 25, 2015 · 0 comments
Open
Labels

Comments

@klesun
Copy link
Owner

klesun commented Aug 25, 2015

http://stackoverflow.com/questions/6709693/calculating-the-similarity-of-two-lists
http://hetland.org/coding/python/levenshtein.py

Like, you transform all first NoteOn events of a Channel to Integer list (their tune % 12) and pysch-pysch do magic.
Can start with first 20 tunes when searching from thousand of midi-s
Can also compare not first NoteOn tune, but whole Chord (like both has at least one similar Note => equal)

@klesun klesun added the Feature label Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant