UNPKG

abc-notation-transposition

Version:

A robust utility for transposing ABC Notation by half steps.

7 lines (6 loc) 385 B
const {transposeABC} = require('./functions'); const {INTERVALS, ACCIDENTAL_NUMBER_PREFERENCES, SHARPS_OR_FLATS_PREFERENCES} = require('./constants'); module.exports.transposeABC = transposeABC; module.exports.INTERVALS = INTERVALS; module.exports.ACCIDENTAL_NUMBER_PREFERENCES = ACCIDENTAL_NUMBER_PREFERENCES; module.exports.SHARPS_OR_FLATS_PREFERENCES = SHARPS_OR_FLATS_PREFERENCES;