From 81a071790bcaf595b28580cd10500271fc9f1273 Mon Sep 17 00:00:00 2001 From: 0xEAB Date: Fri, 5 Jan 2018 04:27:30 +0100 Subject: [PATCH] Add 'abc' example mappings file --- examples/abc.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 examples/abc.json diff --git a/examples/abc.json b/examples/abc.json new file mode 100644 index 0000000..e0332b7 --- /dev/null +++ b/examples/abc.json @@ -0,0 +1,34 @@ +{ + "description": "MIDI GamePad mapping abc", + "authors": [ + "0xEAB" + ], + "version": { + "version": "r001", + "date": "2018-01-05" + }, + + "map": { + "onNote": [{ + "note": "0x30", + "vkey": "65", + "extended": false, + "comment": "C4: [A]" + }, { + "note": "0x32", + "vkey": "0x42", + "extended": false, + "comment": "D4: [B]" + }, { + "note": "52", + "vkey": "67", + "extended": false, + "comment": "E4: [C]" + }, { + "note": "53", + "vkey": "0x44", + "extended": false, + "comment": "F4: [D]" + }] + } +}