Skip to content

Commit

Permalink
Add 'abc' example mappings file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB committed Jan 5, 2018
1 parent e4dfdbb commit 81a0717
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/abc.json
Original file line number Diff line number Diff line change
@@ -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]"
}]
}
}

0 comments on commit 81a0717

Please sign in to comment.