-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
97 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
header | ||
version 2.2.1 | ||
root C3 | ||
ticks_per_beat 96 | ||
|
||
flute 17 14 10 17 | ||
flute 14 10 07 14 | ||
piano 10 07 04 10 | ||
bass 00 05 07 00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"type": 1, | ||
"ticks_per_beat": 96, | ||
"tracks": [ | ||
[ | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 48, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 48, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 53, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 53, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 55, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 55, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 48, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 48, "velocity": 100, "is_meta": false} | ||
], | ||
[ | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 64, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 0, "channel": 0, "note": 64, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 69, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 65, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 69, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 0, "channel": 0, "note": 65, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 62, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 0, "channel": 0, "note": 62, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 64, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 67, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 0, "channel": 0, "note": 64, "velocity": 100, "is_meta": false} | ||
], | ||
[ | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 60, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 60, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 60, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 60, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 59, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 59, "velocity": 100, "is_meta": false}, | ||
{"type": "note_on", "time": 0, "channel": 0, "note": 60, "velocity": 100, "is_meta": false}, | ||
{"type": "note_off", "time": 96, "channel": 0, "note": 60, "velocity": 100, "is_meta": false} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters