You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of JAMS is focused on audio annotations, and this mostly affects the Observation class, where start is the only field used to encode the beginning of the atomic annotation (e.g. a chord). Instead, when dealing with scores, we would expect a reference to the measure and either offset or beat to locate the specific starting point.
The goal of this issue is to guide the design of this new/extended annotation format, but also to discuss how this should be implemented.
The text was updated successfully, but these errors were encountered:
Towards the design of JAMS Score
The current version of JAMS is focused on audio annotations, and this mostly affects the
Observation
class, wherestart
is the only field used to encode the beginning of the atomic annotation (e.g. a chord). Instead, when dealing with scores, we would expect a reference to themeasure
and eitheroffset
orbeat
to locate the specific starting point.The goal of this issue is to guide the design of this new/extended annotation format, but also to discuss how this should be implemented.
The text was updated successfully, but these errors were encountered: