moment-of-symmetry
Version:
Moment of Symmetry (MOS) musical scale generation and analysis for Javascript
8 lines (7 loc) • 333 B
TypeScript
/**
* Get the TAMNAMS name for a step ratio L:s.
* @param sizeOfLargeStep Size of the large step.
* @param sizeOfSmallStep Size of the small step.
* @returns Name of the step ratio or the name of the hardness range it belongs to.
*/
export declare function getHardness(sizeOfLargeStep: number, sizeOfSmallStep: number): string;