Global

Methods

convert2Abc(data) → {string}

Returns a string in abc notation from given data
Parameters:
Name Type Description
data object The JSON data that should be transformed to abc
Source:
Returns:
Type
string

getAbcKey(fifths, mode) → {string}

Returns the key for abc notation from given fifths
Parameters:
Name Type Description
fifths number The position inside the circle of fifths
mode string | undefined The mode (major / minor)
Source:
Returns:
Type
string

getAbcNote(note) → {string}

Returns a note in abc notation from given note object (JSON)
Parameters:
Name Type Description
note object The note that should be transformed to abc
Source:
Returns:
Type
string

getAbcString(input) → {string}

Returns the abc notation string from given input
Parameters:
Name Type Description
input object The parsed input from input file
Source:
Returns:
Type
string