random miss test
This commit is contained in:
19
scorometer/tests/random_miss/input
Normal file
19
scorometer/tests/random_miss/input
Normal file
@@ -0,0 +1,19 @@
|
||||
{"type":"start", "id": 1, "mode": "normal", "user_id": 1}
|
||||
{"type": "note_on", "id": 1, "time": 3500, "note": 68}
|
||||
{"type": "note_off", "id": 1, "time": 3740, "note": 68}
|
||||
{"type": "note_on", "id": 3, "time": 4000, "note": 62}
|
||||
{"type": "note_off", "id": 3, "time": 4240, "note": 62}
|
||||
{"type": "note_on", "id": 4, "time": 4000, "note": 64}
|
||||
{"type": "note_off", "id": 4, "time": 4240, "note": 64}
|
||||
{"type": "note_on", "id": 5, "time": 4000, "note": 60}
|
||||
{"type": "note_off", "id": 5, "time": 4240, "note": 60}
|
||||
{"type": "note_on", "id": 6, "time": 4500, "note": 63}
|
||||
{"type": "note_off", "id": 6, "time": 4740, "note": 63}
|
||||
{"type": "note_on", "id": 8, "time": 5000, "note": 63}
|
||||
{"type": "note_off", "id": 8, "time": 5990, "note": 63}
|
||||
{"type": "note_on", "id": 9, "time": 6500, "note": 62}
|
||||
{"type": "note_off", "id": 9, "time": 6990, "note": 62}
|
||||
{"type": "note_on", "id": 10, "time": 6750, "note": 60}
|
||||
{"type": "note_off", "id": 10, "time": 7240, "note": 60}
|
||||
{}
|
||||
|
||||
9
scorometer/tests/random_miss/output
Normal file
9
scorometer/tests/random_miss/output
Normal file
@@ -0,0 +1,9 @@
|
||||
{"id": 1, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 3, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 4, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 5, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 6, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 8, "timingScore": "good", "timingInformation": "late"}
|
||||
{"id": 9, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"id": 10, "timingScore": "perfect", "timingInformation": "perfect"}
|
||||
{"overallScore": 750, "score": {}}
|
||||
Reference in New Issue
Block a user