Andrea Poltronieri
Andrea Poltronieri
In the `schubert-winterreise` partition the `musicbrainz` identifiers present in the tracks are referred to the musicbrainz release. These identifiers should be moved to another field (e.g. `musicbrainz_release`), while the track-level...
Time annotation in the `shubert-winterreise` score partition is not consistent with duration. This bug applies to all JAMS files in the dataset. Example: [schubert-winterreise-score_14.jams](https://github.com/smashub/choco/blob/main/partitions/schubert-winterreise/choco/score/jams/schubert-winterreise-score_14.jams) First three observations from the example:...
Main issue for keeping track of the changes that are going to be released in `ChoCo v1.1.0`.
In the produced KG time annotations are nested and quite difficult to query. Define binary relations that would allow a faster and more convenient querying over the KG.
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....
In order to keep the Docker image updated with the repository a GitHub action may be required. This one may fit our requirements: https://github.com/marketplace/actions/build-and-push-docker-images
The Roman Converter does not take the octave into account when analysing the degrees that make up the chord. For example, there is no distinction between degree `'2'` and degree...
Original datasets may have different convention for annotating the track's key, compared to the JAMS's library `key_mode` namespace, which only defines a few modes, namely: `major, minor, ionian, dorian, phrygian,...
Testers (validators) report that there are problems cloning and working with the ChoCo repository due to some naming conventions in the subfolders of `partitions`. More specifically, these errors refer to:...
An enhancement for improving the re-usability of the repo and of its components would be Dockerising it. I propose to create a container for each module and to manage their...