Simple monitor for displaying MIDI status for digital pianos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TheoryOfNekomata 5fbd6ec20b Refactor codebase 10 月之前
build Update project 10 月之前
docs/screenshots Update settings 10 月之前
resources Update project 10 月之前
src Refactor codebase 10 月之前
.editorconfig Update project 10 月之前
.eslintignore Update project 10 月之前
.eslintrc.cjs Update project 10 月之前
.gitignore Update project 10 月之前
.npmrc Update project 10 月之前
.prettierignore Update project 10 月之前
.prettierrc.yaml Update project 10 月之前
README.md Add screenshot 10 月之前
dev-app-update.yml Update project 10 月之前
electron-builder.yml Update project 10 月之前
electron.vite.config.ts Update project 10 月之前
package.json Update layout 10 月之前
pnpm-lock.yaml Update layout 10 月之前
postcss.config.js Update layout 10 月之前
tailwind.config.js Update layout 10 月之前
tsconfig.json Update project 10 月之前
tsconfig.node.json Update settings 10 月之前
tsconfig.web.json Update settings 10 月之前

README.md

Piano MIDI Monitor

Display notes and pedaling from your MIDI inputs.

Windows Screenshot

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux