Options
All
  • Public
  • Public/Protected
  • All
Menu

tonic.ts

Index

Functions

allFrettings

asInterval

asPitchLike

chordFromRomanNumeral

  • chordFromRomanNumeral<T>(name: string, scale: Key<T>): Chord<T>

frettingFor

intervalClassDifference

  • intervalClassDifference(a: number, b: number): number

parsePitchLike

Object literals

Const Instruments

Instruments: object

Cello

Cello: StringInstrument = new StringInstrument('Cello', 'C G D A')

Guitar

Guitar: FrettedInstrument = new FrettedInstrument('Guitar', 'E2 A2 D3 G3 B3 E4', 12)

Viola

Viola: StringInstrument = new StringInstrument('Viola', 'C G D A')

Violin

Violin: StringInstrument = new StringInstrument('Violin', 'G D A E')

Generated using TypeDoc