aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_midi.h
blob: 795f26380ed8fb5eb53ac5b2999e358769cb1f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; ba
/*
Copyright 2015 Jack Humbert <jack.humb@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef KEYMAP_MIDI_H
#define KEYMAP_MIDI_H

#include <lufa.h>

#define MIDI(n) ((n) | 0x6000)
#define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000

#define CHNL(note, channel) (note + (channel << 8))

#define SCALE (int []){ 0 + (12*0), 2 + (12*0), 4 + (12*0), 5 + (12*0), 7 + (12*0), 9 + (12*0), 11 + (12*0), \
						0 + (12*1), 2 + (12*1), 4 + (12*1), 5 + (12*1), 7 + (12*1), 9 + (12*1), 11 + (12*1), \
						0 + (12*2), 2 + (12*2), 4 + (12*2), 5 + (12*2), 7 + (12*2), 9 + (12*2), 11 + (12*2), \
						0 + (12*3), 2 + (12*3), 4 + (12*3), 5 + (12*3), 7 + (12*3), 9 + (12*3), 11 + (12*3), \
						0 + (12*4), 2 + (12*4), 4 + (12*4), 5 + (12*4), 7 + (12*4), 9 + (12*4), 11 + (12*4), }

#define N_CN1  (0x600C + (12 * -1) + 0 )
#define N_CN1S (0x600C + (12 * -1) + 1 )
#define N_DN1F (0x600C + (12 * -1) + 1 )
#define N_DN1  (0x600C + (12 * -1) + 2 )
#define N_DN1S (0x600C + (12 * -1) + 3 )
#define N_EN1F (0x600C + (12 * -1) + 3 )
#define N_EN1  (0x600C + (12 * -1) + 4 )
#define N_FN1  (0x600C + (12 * -1) + 5 )
#define N_FN1S (0x600C + (12 * -1) + 6 )
#define N_GN1F (0x600C + (12 * -1) + 6 )
#define N_GN1  (0x600C + (12 * -1) + 7 )
#define N_GN1S (0x600C + (12 * -1) + 8 )
#define N_AN1F (0x600C + (12 * -1) + 8 )
#define N_AN1  (0x600C + (12 * -1) + 9 )
#define N_AN1S (0x600C + (12 * -1) + 10)
#define N_BN1F (0x600C + (12 * -1) + 10)
#define N_BN1  (0x600C + (12 * -1) + 11)
#define N_C0   (0x600C + (12 *  0) + 0 )
#define N_C0S  (0x600C + (12 *  0) + 1 )
#define N_D0F  (0x600C + (12 *  0) + 1 )
#define N_D0   (0x600C + (12 *  0) + 2 )
#define N_D0S  (0x600C + (12 *  0) + 3 )
#define N_E0F  (0x600C + (12 *  0) + 3 )
#define N_E0   (0x600C + (12 *  0) + 4 )
#define N_F0   (0x600C + (12 *  0) + 5 )
#define N_F0S  (0x600C + (12 *  0) + 6 )
#define N_G0F  (0x600C + (12 *  0) + 6 )
#define N_G0   (0x600C + (12 *  0) + 7 )
#define N_G0S  (0x600C + (12 *  0) + 8 )
#define N_A0F  (0x600C + (12 *  0) + 8 )
#define N_A0   (0x600C + (12 *  0) + 9 )
#define N_A0S  (0x600C + (12 *  0) + 10)
#define N_B0F  (0x600C + (12 *  0) + 10)
#define N_B0   (0x600C + (12 *  0) + 11)
#define N_C1   (0x600C + (12 *  1) + 0 )
#define N_C1S  (0x600C + (12 *  1) + 1 )
#define N_D1F  (0x600C + (12 *  1) + 1 )
#define N_D1   (0x600C + (12 *  1) + 2 )
#define N_D1S  (0x600C + (12 *  1) + 3 )
#define N_E1F  (0x600C + (12 *  1) + 3 )
#define N_E1   (0x600C + (12 *  1) + 4 )
#define N_F1   (0x600C + (12 *  1) + 5 )
#define N_F1S  (0x600C + (12 *  1) + 6 )
#define N_G1F  (0x600C + (12 *  1) + 6 )
#define N_G1   (0x600C + (12 *  1) + 7 )
#define N_G1S  (0x600C + (12 *  1) + 8 )
#define N_A1F  (0x600C + (12 *  1) + 8 )
#define N_A1   (0x600C + (12 *  1) + 9 )
#define N_A1S  (0x600C + (12 *  1) + 10)
#define N_B1F  (0x600C + (12 *  1) + 10)
#define N_B1   (0x600C + (12 *  1) + 11)
#define N_C2   (0x600C + (12 *  2) + 0 )
#define N_C2S  (0x600C + (12 *  2) + 1 )
#define N_D2F  (0x600C + (12 *  2) + 1 )
#define N_D2   (0x600C + (12 *  2) + 2 )
#define N_D2S  (0x600C + (12 *  2) + 3 )
#define N_E2F  (0x600C + (12 *  2) + 3 )
#define N_E2   (0x600C + (12 *  2) + 4 )
#define N_F2   (0x600C + (12 *  2) + 5 )
#define N_F2S  (0x600C + (12 *  2) + 6 )
#define N_G2F  (0x600C + (12 *  2) + 6 )
#define N_G2   (0x600C + (12 *  2) + 7 )
#define N_G2S  (0x600C + (12 *  2) + 8 )
#define N_A2F  (0x600C + (12 *  2) + 8 )
#define N_A2   (0x600C + (12 *  2) + 9 )
#define N_A2S  (0x600C + (12 *  2) + 10)
#define N_B2F  (0x600C + (12 *  2) + 10)
#define N_B2   (0x600C + (12 *  2) + 11)
#define N_C3   (0x600C + (12 *  3) + 0 )
#define N_C3S  (0x600C + (12 *  3) + 1 )
#define N_D3F  (0x600C + (12 *  3) + 1 )
#define N_D3   (0x600C + (12 *  3) + 2 )
#define N_D3S  (0x600C + (12 *  3) + 3 )
#define N_E3F  (0x600C + (12 *  3) + 3 )
#define N_E3   (0x600C + (12 *  3) + 4 )
#define N_F3   (0x600C + (12 *  3) + 5 )
#define N_F3S  (0x600C + (12 *  3) + 6 )
#define N_G3F  (0x600C + (12 *  3) + 6 )
#define N_G3   (0x600C + (12 *  3) + 7 )
#define N_G3S  (0x600C + (12 *  3) + 8 )
#define N_A3F  (0x600C + (12 *  3) + 8 )
#define N_A3   (0x600C + (12 *  3) + 9 )
#define N_A3S  (0x600C + (12 *  3) + 10)
#define N_B3F  (0x600C + (12 *  3) + 10)
#define N_B3   (0x600C + (12 *  3) + 11)
#define N_C4   (0x600C + (12 *  4) + 0 )
#define N_C4S  (0x600C + (12 *  4) + 1 )
#define N_D4F  (0x600C + (12 *  4) + 1 )
#define N_D4   (0x600C + (12 *  4) + 2 )
#define N_D4S  (0x600C + (12 *  4) + 3 )
#define N_E4F  (0x600C + (12 *  4) + 3 )
#define N_E4   (0x600C + (12 *  4) + 4 )
#define N_F4   (0x600C + (12 *  4) + 5 )
#define N_F4S  (0x600C + (12 *  4) + 6 )
#define N_G4F  (0x600C + (12 *  4) + 6 )
#define N_G4   (0x600C + (12 *  4) + 7 )
#define N_G4S  (0x600C + (12 *  4) + 8 )
#define N_A4F  (0x600C + (12 *  4) + 8 )
#define N_A4   (0x600C + (12 *  4) + 9 )
#define N_A4S  (0x600C + (12 *  4) + 10)
#define N_B4F  (0x600C + (12 *  4) + 10)
#define N_B4   (0x600C + (12 *  4) + 11)
#define N_C5   (0x600C + (12 *  5) + 0 )
#define N_C5S  (0x600C + (12 *  5) + 1 )
#define N_D5F  (0x600C + (12 *  5) + 1 )
#define N_D5   (0x600C + (12 *  5) + 2 )
#define N_D5S  (0x600C + (12 *  5) + 3 )
#define N_E5F  (0x600C + (12 *  5) + 3 )
#define N_E5   (0x600C + (12 *  5) + 4 )
#define N_F5   (0x600C + (12 *  5) + 5 )
#define N_F5S  (0x600C + (12 *  5) + 6 )
#define N_G5F  (0x600C + (12 *  5) + 6 )
#define N_G5   (0x600C + (12 *  5) + 7 )
#define N_G5S  (0x600C + (12 *  5) + 8 )
#define N_A5F  (0x600C + (12 *  5) + 8 )
#define N_A5   (0x600C + (12 *  5) + 9 )
#define N_A5S  (0x600C + (12 *  5) + 10)
#define N_B5F  (0x600C + (12 *  5) + 10)
#define N_B5   (0x600C + (12 *  5) + 11)
#define N_C6   (0x600C + (12 *  6) + 0 )
#define N_C6S  (0x600C + (12 *  6) + 1 )
#define N_D6F  (0x600C + (12 *  6) + 1 )
#define N_D6   (0x600C + (12 *  6) + 2 )
#define N_D6S  (0x600C + (12 *  6) + 3 )
#define N_E6F  (0x600C + (12 *  6) + 3 )
#define N_E6   (0x600C + (12 *  6) + 4 )
#define N_F6   (0x600C + (12 *  6) + 5 )
#define N_F6S  (0x600C + (12 *  6) + 6 )
#define N_G6F  (0x600C + (12 *  6) + 6 )
#define N_G6   (0x600C + (12 *  6) + 7 )
#define N_G6S  (0x600C + (12 *  6) + 8 )
#define N_A6F  (0x600C + (12 *  6) + 8 )
#define N_A6   (0x600C + (12 *  6) + 9 )
#define N_A6S  (0x600C + (12 *  6) + 10)
#define N_B6F  (0x600C + (12 *  6) + 10)
#define N_B6   (0x600C + (12 *  6) + 11)
#define N_C7   (0x600C + (12 *  7) + 0 )
#define N_C7S  (0x600C + (12 *  7) + 1 )
#define N_D7F  (0x600C + (12 *  7) + 1 )
#define N_D7   (0x600C + (12 *  7) + 2 )
#define N_D7S  (0x600C + (12 *  7) + 3 )
#define N_E7F  (0x600C + (12 *  7) + 3 )
#define N_E7   (0x600C + (12 *  7) + 4 )
#define N_F7   (0x600C + (12 *  7) + 5 )
#define N_F7S  (0x600C + (12 *  7) + 6 )
#define N_G7F  (0x600C + (12 *  7) + 6 )
#define N_G7   (0x600C + (12 *  7) + 7 )
#define N_G7S  (0x600C + (12 *  7) + 8 )
#define N_A7F  (0x600C + (12 *  7) + 8 )
#define N_A7   (0x600C + (12 *  7) + 9 )
#define N_A7S  (0x600C + (12 *  7) + 10)
#define N_B7F  (0x600C + (12 *  7) + 10)
#define N_B7   (0x600C + (12 *  7) + 11)
#define N_C8   (0x600C + (12 *  8) + 0 )
#define N_C8S  (0x600C + (12 *  8) + 1 )
#define N_D8F  (0x600C + (12 *  8) + 1 )
#define N_D8   (0x600C + (12 *  8) + 2 )
#define N_D8S  (0x600C + (12 *  8) + 3 )
#define N_E8F  (0x600C + (12 *  8) + 3 )
#define N_E8   (0x600C + (12 *  8) + 4 )
#define N_F8   (0x600C + (12 *  8) + 5 )
#define N_F8S  (0x600C + (12 *  8) + 6 )
#define N_G8F  (0x600C + (12 *  8) + 6 )
#define N_G8   (0x600C + (12 *  8) + 7 )
#define N_G8S  (0x600C + (12 *  8) + 8 )
#define N_A8F  (0x600C + (12 *  8) + 8 )
#define N_A8   (0x600C + (12 *  8) + 9 )
#define N_A8S  (0x600C + (12 *  8) + 10)
#define N_B8F  (0x600C + (12 *  8) + 10)
#define N_B8   (0x600C + (12 *  8) + 11)
#define N_C8   (0x600C + (12 *  8) + 0 )
#define N_C8S  (0x600C + (12 *  8) + 1 )
#define N_D8F  (0x600C + (12 *  8) + 1 )
#define N_D8   (0x600C + (12 *  8) + 2 )
#define N_D8S  (0x600C + (12 *  8) + 3 )
#define N_E8F  (0x600C + (12 *  8) + 3 )
#define N_E8   (0x600C + (12 *  8) + 4 )
#define N_F8   (0x600C + (12 *  8) + 5 )
#define N_F8S  (0x600C + (12 *  8) + 6 )
#define N_G8F  (0x600C + (12 *  8) + 6 )
#define N_G8   (0x600C + (12 *  8) + 7 )
#define N_G8S  (0x600C + (12 *  8) + 8 )
#define N_A8F  (0x600C + (12 *  8) + 8 )
#define N_A8   (0x600C + (12 *  8) + 9 )
#define N_A8S  (0x600C + (12 *  8) + 10)
#define N_B8F  (0x600C + (12 *  8) + 10)
#define N_B8   (0x600C + (12 *  8) + 11)

#endif