-
UPF.
Scholars/Choirs/Enthusasts.
-
submitted by UPF, relevant for Enthusiasts, Choirs, Instrument Players
-
some changes to the CE altered the way that we perform mutations to create relations: https://github.com/trompamusic/ce-api/pull/48
We need to update all of the mutations that we have to use the new …
-
If the host contains /, for exampe
trompa-mtg.upf.edu/ce
then
https://github.com/trompamusic/trompa-ce-client/blob/7162a2fb622d2fd364b2aa2a99fc3077e1d52ec7/trompace/config.py#L91
it tries to …
-
We need to make sure that we have sameas relationships or similar between the same data from different sources, e.g. musicbrainz/wikipedia/imslp
Where relations exist, we should import these. e.g. …
-
**Describe the problem**
As part of our work in the Trompa project, I processed a large number of MusicXML files from CPDL, converting them to MEI/SVG with verovio. We found that about 10% of the fil…
-
Currently,
All papers linked in the 2019 program page (https://music-encoding.org/conference/2019/program/) throw a 404.
For example:
- https://music-encoding.org/conference/2019/abstracts_…
-
@ChristiaanScheermeijer
When the "search" button is pushed, no results are displayed (and thus it is impossible to continue). I checked the browser log output, and the query for searching into the C…
-
Trying this:
ws_host = "wss://trompa-mtg.upf.edu/ce/graphql" // this what returned by the trompace.config
async with websockets.connect(ws_host, subprotocols=['graphql-ws']) as w…
-
controlaction.py line 49 --> lowcase force on action status. Why? it should be one of (low case sensitive):
ActiveActionStatus
CompletedActionStatus
FailedActionStatus
PotentialActionStatus