Simple monitor for displaying MIDI status for digital pianos.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
123456789101112131415161718192021222324252627282930313233
  1. # piano-midi-monitor
  2. Simple monitor for displaying MIDI status for digital pianos.
  3. ![Screenshot](./docs/screenshot.png)
  4. Tested with Node v.14.1.0
  5. ## Instructions
  6. ### Building
  7. Just run:
  8. ```shell script
  9. yarn build
  10. ```
  11. A directory `dist/` should be generated along with build output.
  12. ### Development
  13. Just run:
  14. ```
  15. yarn start
  16. ```
  17. Electron should spawn the application window.
  18. ## License
  19. [MIT License](./LICENSE)