benwinding / musical-keyboard

This is a tiny program that plays a note for each key you type!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎶 musical-keyboard ⌨️

This is a tiny program that plays a note for each key you type!

Try it out?

Installation

npm i -g musical-keyboard

Usage

# start with default musical scale
musical-keyboard play
# list musical scales
musical-keyboard play -h 
# start with minorBlues scale
musical-keyboard play --scale minorBlues 

It runs globally, so you could leave it open and listen to keyboard notes all day while you type! 😅

About

This is a tiny program that plays a note for each key you type!


Languages

Language:TypeScript 82.8%Language:JavaScript 17.2%