Jacopo de Berardinis
Jacopo de Berardinis
> Why creating a boundary like this: `boundary = np.random.randint(1, self.window_size)` > > and not use simply the window_size value instead of boundary? Because with the random function you are...
We probably need another check for `virtualenv` (even if python is already installed) and invoke `pip install virtualenv` if that is missing.
Hi @rubencart, please be more specific when you describe any issue in ChoCo.
Thanks for clarifying. At the moment, the script generating the `meta.csv` iterates over all JAMS files and extracts the information that are summarised in the CSV. This may still contain...
This is now scheduled for ChoCo v2.0. More updates will follow.
## 2.1 Searching ChoCo by text > Give me the JAMS files, title, artist name, ChoCo ID, and link to the JAMS file — for anything that has “Beatles” in...
## 2.2 JAMS files and IDs > Give me all the JAMS files in ChoCo together with their ID and link (limited to 10) ```sparql PREFIX rdf: PREFIX rdfs: PREFIX...
## 2.3 Observations from ChoCo ID > Given a ChoCo ID of a specific JAMS, just give me the chord observations ```sparql PREFIX rdf: PREFIX rdfs: PREFIX jams: PREFIX mm:...
Interesting, I will check these chords using the renderer / mobile app.
Hi @Code-Omega,, thanks for your interest in contributing to ChoCo! As our attempts to contact the maintainers of `pyRealParser` were not successful last year ([see this issue](https://github.com/drs251/pyRealParser/issues/4)), we concluded that...