Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.41 KB

Metronome and Neck Training App

This application serves as a metronome to help musicians keep time and also includes a neck training feature for guitarists to practice note recognition on the fretboard.

Features

  • Metronome: Set the beats per minute (BPM), beats, and quarters to practice your timing with auditory cues for each beat.
  • Neck Training: A tutor telling you what note to find with a pitch recognition listening to your default input and says yes or no

How to Run

To run the app, you need to have Deno installed on your machine. Once Deno is installed, you can start the application using the following command:

deno run --unstable -A main.ts

How to use

To adjust the BPM (Beats Per Minute):

  • Increase BPM: Left-click on the BPM value to increase it.
  • Decrease BPM: Right-click on the BPM value to decrease it.

TODO

  • Add real time settings input for each individual app
  • Add toggles to disable/enable individual apps
  • Add toggles to mute/unmute specific sounds

Credits