We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54772c commit 4996112Copy full SHA for 4996112
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.10.1
2
+
3
+* fix AKAIs manufacturer ID
4
5
# v1.10.0
6
7
* improve documentation and add example code (part 1, more to follow)
inc/midi/manufacturer.h
@@ -57,7 +57,7 @@ namespace manufacturer {
57
constexpr manufacturer_t korg = 0x420000;
58
constexpr manufacturer_t yamaha = 0x430000;
59
constexpr manufacturer_t casio = 0x440000;
60
- constexpr manufacturer_t akai = 0x450000;
+ constexpr manufacturer_t akai = 0x470000;
61
constexpr manufacturer_t fujitsu = 0x4B0000;
62
constexpr manufacturer_t sony = 0x4C0000;
63
constexpr manufacturer_t teac = 0x4E0000;
0 commit comments