-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The temporal information encoded for the jazz-corpus partition appears to be incorrect. Specifically, the timing and duration values for certain chords overlap or do not align as expected. For example, in jazz-corpus_32:
"namespace": "chord_harte",
"data": [
{
"time": 3.1,
"duration": 12.0,
"value": "Ab:7",
"confidence": 1.0
},
{
"time": 3.3,
"duration": 2.0,
"value": "Ab:7",
"confidence": 1.0
},
{
"time": 4.1,
"duration": 2.0,
"value": "G:7",
"confidence": 1.0
},
{
"time": 5.1,
"duration": 4.0,
"value": "C:min7",
"confidence": 1.0
},
{
"time": 5.3,
"duration": 2.0,
"value": "D:7",
"confidence": 1.0
},
{
"time": 6.1,
"duration": 2.0,
"value": "G:7",
"confidence": 1.0
},
These timings result in overlapping or inconsistent intervals for the same or different chords. This issue needs to be reviewed and corrected across the jazz-corpus partition.
Steps to reproduce:
- Examine the timing and duration fields for entries in the jazz-corpus partition (e.g., jazz-corpus_32).
- Observe that chord events overlap or do not respect expected non-overlapping temporal order.
Expected:
- Chord events should have consistent, non-overlapping timing and duration values.
Actual:
- Some chord events overlap or have inconsistent timing.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working