Mapping MIDI keypress to PC keyboard
npm install midk
Mapping MIDI keypress to PC keyboard, that you can work or code with your MIDI kerboard 🎉
(e.g. this project is code in midk)

``bash
npm i -g midk
midk
`
launch midk portal and watching files change
`bash`
npm start
visual the keys-mapping like the above preview image, preview in https://midk.zthxxx.me
`bash`
npm run cheatsheet
you can customize keys-mapping in config file ~/.midk/midk.yml (created after install).
the default config is stored in src/portal.ts
`yamlchoose a pitch notation which is used for note names in config
https://en.wikipedia.org/wiki/Helmholtz_pitch_notation
https://en.wikipedia.org/wiki/Scientific_pitch_notation
pitchNotation: Scientific # Scientific | Helmholtz
C3: a
CSharp3: q
D3: z
DSharp3: w
E3: s
F3: x
...
...
``