Simple monitor for displaying MIDI status for digital pianos.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 710 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # piano-midi-monitor
  2. Simple monitor for displaying MIDI status for digital pianos.
  3. Supports a **full MIDI key range**, as well as
  4. granular pedal status display for **soft pedal/una corda** (MIDI CC number 67),
  5. **sostenuto** (MIDI CC number 66), and **sustain** (MIDI CC number 64, values from 0-127).
  6. ![Screenshot](./docs/screenshot.png)
  7. Tested with Node v.14.1.0.
  8. ## Instructions
  9. ### Building
  10. Just run:
  11. ```shell script
  12. yarn build
  13. ```
  14. A directory `dist/` should be generated along with build output.
  15. ### Development
  16. Just run:
  17. ```shell script
  18. yarn start
  19. ```
  20. Create React App should run in watch mode, then Electron should spawn the application window shortly.
  21. ## License
  22. [MIT License](./LICENSE)