npm.io
0.1.3 • Published 3 years ago

indian-music-sequence-generator

Licence
GPL-3.0-or-later
Version
0.1.3
Deps
0
Size
41 kB
Vulns
0
Weekly
0

indian-music-sequence-generator

Lint and test

Generate various classical indian music notational sequences to be used for vocal and instrumental practice

Current Sequences

  • two note jumps twoNoteJumps/: eg ["sr", "sg", "sm", "sp"]

Current Taaths (scales)

  • bilaval
  • kalyaan

Usage

const generator = require("indian-music-sequence-generator");

// generate a 5 note sequence in Bilaval
console.log(generator.twoNoteJumps("bilaval", 5));

Development


# run tests
npm run test

# run tests with watch
npm run test:watch

# run linting
npm run lint