Skip to content

Commit 4996112

Browse files
committed
fix AKAIs manufacturer ID
1 parent a54772c commit 4996112

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.1
2+
3+
* fix AKAIs manufacturer ID
4+
15
# v1.10.0
26

37
* improve documentation and add example code (part 1, more to follow)

inc/midi/manufacturer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace manufacturer {
5757
constexpr manufacturer_t korg = 0x420000;
5858
constexpr manufacturer_t yamaha = 0x430000;
5959
constexpr manufacturer_t casio = 0x440000;
60-
constexpr manufacturer_t akai = 0x450000;
60+
constexpr manufacturer_t akai = 0x470000;
6161
constexpr manufacturer_t fujitsu = 0x4B0000;
6262
constexpr manufacturer_t sony = 0x4C0000;
6363
constexpr manufacturer_t teac = 0x4E0000;

0 commit comments

Comments
 (0)