guitar-tab-generator

1.0.0 • Public • Published

guitar-tab-generator

  [![NPM](https://nodei.co/npm/guitar-tab-generator.png)](https://nodei.co/npm/guitar-tab-generator/)
  [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

EXAMPLE

API

function guitarTabGenerator (tonic, scale, guitarTuning(optional))

  • tonic: should be a capitalized string representation of the tonic note, i.e, "C", "D", "D#". (note: does not recognize flats, only sharps, ONLY!)
  • scale: currently handles 'major', and 'minor'
  • guitarTuning: optional, defaults to ['E', 'A', 'D', 'G', 'B', 'E'].

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i guitar-tab-generator

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coleww