senner007 / music-theory

Music theory with Node.js and funky Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music theory mastery

Introduction:

Train your ears to recognize melodic and harmonic patterns with ear training and theory exercises. Develop your ability to distinguish different musical elements, enhancing your improvisational skills and enabling you to play by ear with greater accuracy and fluency. Learn to audiate musical elements, structures, pitches and harmony without using an instrument. Hear and produce diatonic relationships in your mind.

Current status:

Working. See the releases

Docs:

See the /docs folder

State of development:

Active

Supported platforms:

Windows

Install

Install node.js, in folder run : npm install and npm install -g ts-node. Additionally, you may have to install typecript also npm install -g typescript

Compile

npm run build

Develop

npm run dev

Test

npm run test. To debug in vscode select "Debug Current Test File" launch mode under debug

Compile and run

npm run prod

About

Music theory with Node.js and funky Typescript


Languages

Language:TypeScript 99.9%Language:Shell 0.1%