Simple monitor for displaying MIDI status for digital pianos.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TheoryOfNekomata 5fbd6ec20b Refactor codebase 2 달 전
build Update project 2 달 전
docs/screenshots Update settings 2 달 전
resources Update project 2 달 전
src Refactor codebase 2 달 전
.editorconfig Update project 2 달 전
.eslintignore Update project 2 달 전
.eslintrc.cjs Update project 2 달 전
.gitignore Update project 2 달 전
.npmrc Update project 2 달 전
.prettierignore Update project 2 달 전
.prettierrc.yaml Update project 2 달 전
README.md Add screenshot 2 달 전
dev-app-update.yml Update project 2 달 전
electron-builder.yml Update project 2 달 전
electron.vite.config.ts Update project 2 달 전
package.json Update layout 2 달 전
pnpm-lock.yaml Update layout 2 달 전
postcss.config.js Update layout 2 달 전
tailwind.config.js Update layout 2 달 전
tsconfig.json Update project 2 달 전
tsconfig.node.json Update settings 2 달 전
tsconfig.web.json Update settings 2 달 전

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