diff --git a/scorometer/tests/early/input b/scorometer/tests/early/input new file mode 100644 index 0000000..354071b --- /dev/null +++ b/scorometer/tests/early/input @@ -0,0 +1,23 @@ +{"type":"start", "id": 1, "mode": "normal", "user_id": 1} +{"type": "note_on", "id": 1, "time": 3250, "note": 68} +{"type": "note_off", "id": 1, "time": 3490, "note": 68} +{"type": "note_on", "id": 2, "time": 3500, "note": 67} +{"type": "note_off", "id": 2, "time": 3730, "note": 67} +{"type": "note_on", "id": 3, "time": 3750, "note": 62} +{"type": "note_off", "id": 3, "time": 3990, "note": 62} +{"type": "note_on", "id": 4, "time": 3750, "note": 64} +{"type": "note_off", "id": 4, "time": 3990, "note": 64} +{"type": "note_on", "id": 5, "time": 3750, "note": 60} +{"type": "note_off", "id": 5, "time": 3990, "note": 60} +{"type": "note_on", "id": 6, "time": 4250, "note": 63} +{"type": "note_off", "id": 6, "time": 4490, "note": 63} +{"type": "note_on", "id": 7, "time": 4500, "note": 63} +{"type": "note_off", "id": 7, "time": 4730, "note": 63} +{"type": "note_on", "id": 8, "time": 4750, "note": 63} +{"type": "note_off", "id": 8, "time": 5740, "note": 63} +{"type": "note_on", "id": 9, "time": 6250, "note": 62} +{"type": "note_off", "id": 9, "time": 6740, "note": 62} +{"type": "note_on", "id": 10, "time": 6500, "note": 60} +{"type": "note_off", "id": 10, "time": 6990, "note": 60} +{} + diff --git a/scorometer/tests/early/output b/scorometer/tests/early/output new file mode 100644 index 0000000..9135841 --- /dev/null +++ b/scorometer/tests/early/output @@ -0,0 +1,11 @@ +{"id": 1, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 2, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 3, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 4, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 5, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 6, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 7, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 8, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 9, "timingScore": "perfect", "timingInformation": "fast"} +{"id": 10, "timingScore": "perfect", "timingInformation": "fast"} +{"overallScore": 1000, "score": {}} diff --git a/scorometer/tests/late/input b/scorometer/tests/late/input new file mode 100644 index 0000000..63db579 --- /dev/null +++ b/scorometer/tests/late/input @@ -0,0 +1,23 @@ +{"type":"start", "id": 1, "mode": "normal", "user_id": 1} +{"type": "note_on", "id": 1, "time": 3750, "note": 68} +{"type": "note_off", "id": 1, "time": 3990, "note": 68} +{"type": "note_on", "id": 2, "time": 4000, "note": 67} +{"type": "note_off", "id": 2, "time": 4230, "note": 67} +{"type": "note_on", "id": 3, "time": 4250, "note": 62} +{"type": "note_off", "id": 3, "time": 4490, "note": 62} +{"type": "note_on", "id": 4, "time": 4250, "note": 64} +{"type": "note_off", "id": 4, "time": 4490, "note": 64} +{"type": "note_on", "id": 5, "time": 4250, "note": 60} +{"type": "note_off", "id": 5, "time": 4490, "note": 60} +{"type": "note_on", "id": 6, "time": 4750, "note": 63} +{"type": "note_off", "id": 6, "time": 4990, "note": 63} +{"type": "note_on", "id": 7, "time": 5000, "note": 63} +{"type": "note_off", "id": 7, "time": 5230, "note": 63} +{"type": "note_on", "id": 8, "time": 5250, "note": 63} +{"type": "note_off", "id": 8, "time": 6240, "note": 63} +{"type": "note_on", "id": 9, "time": 6750, "note": 62} +{"type": "note_off", "id": 9, "time": 7240, "note": 62} +{"type": "note_on", "id": 10, "time": 7000, "note": 60} +{"type": "note_off", "id": 10, "time": 7490, "note": 60} +{} + diff --git a/scorometer/tests/late/output b/scorometer/tests/late/output new file mode 100644 index 0000000..0da06b4 --- /dev/null +++ b/scorometer/tests/late/output @@ -0,0 +1,11 @@ +{"id": 1, "timingScore": "perfect", "timingInformation": "late"} +{"id": 2, "timingScore": "perfect", "timingInformation": "late"} +{"id": 3, "timingScore": "perfect", "timingInformation": "late"} +{"id": 4, "timingScore": "perfect", "timingInformation": "late"} +{"id": 5, "timingScore": "perfect", "timingInformation": "late"} +{"id": 6, "timingScore": "perfect", "timingInformation": "late"} +{"id": 7, "timingScore": "perfect", "timingInformation": "late"} +{"id": 8, "timingScore": "perfect", "timingInformation": "late"} +{"id": 9, "timingScore": "perfect", "timingInformation": "late"} +{"id": 10, "timingScore": "perfect", "timingInformation": "late"} +{"overallScore": 1000, "score": {}}