Simple monitor for displaying MIDI status for digital pianos.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Allan Crisostomo bca8bde51b Add LICENSE file 3 yıl önce
docs Replace screenshot 3 yıl önce
public Update app appearance 3 yıl önce
src Update app appearance 3 yıl önce
.editorconfig Switch to create-react-app 3 yıl önce
.gitignore Improve app appearance 3 yıl önce
.prettierrc Switch to create-react-app 3 yıl önce
LICENSE Add LICENSE file 3 yıl önce
README.md Update app appearance 3 yıl önce
package.json Update app appearance 3 yıl önce
tsconfig.json Switch to create-react-app 3 yıl önce
yarn.lock Update app appearance 3 yıl önce

README.md

piano-midi-monitor

Simple monitor for displaying MIDI status for digital pianos.

Supports a full MIDI key range, as well as granular pedal status display for soft pedal/una corda (MIDI CC number 67), sostenuto (MIDI CC number 66), and sustain (MIDI CC number 64, values from 0-127).

Screenshot

Tested with Node v.14.1.0.

Instructions

Building

Just run:

yarn build

A directory dist/ should be generated along with build output.

Development

Just run:

yarn start

Create React App should run in watch mode, then Electron should spawn the application window shortly.

License

MIT License