diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-11 18:21:45 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-11 18:21:45 -0500 |
| commit | 727ea2edca3d873090e8af29c53ec3930f09ff6d (patch) | |
| tree | c9ae9f9d8e755460b5ea4b52e5587cfc6840bfe7 /project/Core/Src | |
| parent | e9c5bf574f5aa321aa809dca31f7caa5cefcb899 (diff) | |
| download | 340-repo-Sowgro-727ea2edca3d873090e8af29c53ec3930f09ff6d.tar.gz 340-repo-Sowgro-727ea2edca3d873090e8af29c53ec3930f09ff6d.tar.bz2 340-repo-Sowgro-727ea2edca3d873090e8af29c53ec3930f09ff6d.zip | |
complete hw7
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Src/Homework/hw7.txt | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/project/Core/Src/Homework/hw7.txt b/project/Core/Src/Homework/hw7.txt index f69099a..39835f4 100644 --- a/project/Core/Src/Homework/hw7.txt +++ b/project/Core/Src/Homework/hw7.txt @@ -1,6 +1,5 @@ Parse 0x3B 0x80 0x27 0x00 - 00111011 10000000 00100111 00000000 Delay: 59 midi ticks @@ -8,4 +7,36 @@ Event: 0x8 Note off event Channel: 0 Event data: key: 39 - velocity: 0
\ No newline at end of file + velocity: 0 + +0x83 0x18 0x91 0x54 0x64 +10000011 00011000 + +Delay: 408 midi ticks +Event: 0x9 Note on event +Channel: 1 +Event data: + key: 84 + velocity: 100 + +0xC5 0x92 0x74 0xE3 0x74 0x12 +11000101 10010010 01110100 + +Delay: 1132916 midi ticks +Event: 0xE Pitch wheel change +Channel: 3 +Event data: + least: 116 + most: 18 + +0x90 0x82 0x93 0x64 0xD3 0x29 +10010000 10000010 10010011 01100100 + +Delay: 33589732 midi ticks +Event: 0xD Channel pressure +Channel: 3 +Event data: + value: 41 + + +
\ No newline at end of file |
