-
Notifications
You must be signed in to change notification settings - Fork 6
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
Annotation errors in iReal-Pro #48
Comments
Interesting, I will check these chords using the renderer / mobile app. |
The conversion of the forum section of iReal-pro has extended the list of non-convertible chords. A further list of chords was instead converted despite the unclear syntax.
|
Hi, I'm currently looking into ireal data and just discovered this project (and pyRealParser). First of all, thanks for the great work! I made a fix for alt chord parsing and added some code to process chord timing information that may be related to #20 . You can check them out here: current ver: choco/parsers/ireal_parser.py first diff: Code-Omega@4191e33 . However, since I was only concerned with parsing, the code as is will likely break |
Hi @Code-Omega,, thanks for your interest in contributing to ChoCo! As our attempts to contact the maintainers of At the moment, to assign a beat duration to each chord observation, we divide the beat count per measure evenly for all the chords. For example, if the current time signature is Concerning JAMS, there is no need to worry at the moment, because: we first generate a preliminary version of JAMS files in |
HI @jonnybluesman, thanks for the explanation! I checked out the conversion, while alt chords are parsed as 'at' into the raw Without encountering additional edge cases it would seem unwise to change the current parsing scheme in ChoCo. I'll go ahead and share my thoughts regarding onset in #20 |
Among the annotations of chords in the iReal-Pro dataset there are incomprehensible chords, probably due to annotation errors. Here is the list:
A7at
A7b9#9
Eh
,F#h
, etc.Co^7
Bbh9
At the moment, these chords have been interpreted as follows:
A7at
->A7alt
A7b9#9
-> chord containing both flat ninth and sharp ninthEh
,F#h
, etc. ->Eb
,F#b
, etc.Co^7
->C:dim(7)
Bbh9
->Bb9
To be verified with the support of musicologists whether these conversions may be meaningful.
The text was updated successfully, but these errors were encountered: