Skip to content

rauchg/piano-sketch-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piano Sketch Tool

The goal of this project is to create a tool for recording, learning, and sharing piano songs.

To-Do

  • wait mode -- wait for you to play all the notes before continuing.
  • empty recording should not redirect to player
  • history forward/back navigation
  • ui stuff
    • time elapsed
    • title
    • date of recording
    • indication if you hit the right note at the right time.
  • save notes to a file
  • load a file with notes
  • select and loop a section

Designs

Development

git clone [email protected]:ccorcos/typescript-boilerplate.git project
cd project
git remote remove origin
npm install
npm start

You can test out this program without connecting to a MIDI device by running the midi simulator

node src/midi-simulator.js

Deploys run automatically through Now.sh.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 1.9%
  • HTML 1.9%