Simple monitor for displaying MIDI status for digital pianos.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 306 B

1234567891011121314151617181920212223242526272829
  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. ### Development
  12. Just run:
  13. ```
  14. yarn start
  15. ```
  16. LICENSE
  17. [MIT License](./LICENSE)