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.
 
 
 
 
TheoryOfNekomata 5fbd6ec20b Refactor codebase 2 ay önce
build Update project 2 ay önce
docs/screenshots Update settings 2 ay önce
resources Update project 2 ay önce
src Refactor codebase 2 ay önce
.editorconfig Update project 2 ay önce
.eslintignore Update project 2 ay önce
.eslintrc.cjs Update project 2 ay önce
.gitignore Update project 2 ay önce
.npmrc Update project 2 ay önce
.prettierignore Update project 2 ay önce
.prettierrc.yaml Update project 2 ay önce
README.md Add screenshot 2 ay önce
dev-app-update.yml Update project 2 ay önce
electron-builder.yml Update project 2 ay önce
electron.vite.config.ts Update project 2 ay önce
package.json Update layout 2 ay önce
pnpm-lock.yaml Update layout 2 ay önce
postcss.config.js Update layout 2 ay önce
tailwind.config.js Update layout 2 ay önce
tsconfig.json Update project 2 ay önce
tsconfig.node.json Update settings 2 ay önce
tsconfig.web.json Update settings 2 ay önce

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