UNPKG

tonal

Version:

tonaljs music theory library

59 lines (56 loc) 2.16 kB
import * as abcNotation from '@tonaljs/abc-notation'; export { abcNotation as AbcNotation }; import * as array from '@tonaljs/array'; export { array as Array }; import * as chord from '@tonaljs/chord'; export { chord as Chord }; import * as ChordType from '@tonaljs/chord-type'; export { ChordType }; import * as collection from '@tonaljs/collection'; export { collection as Collection }; import * as durationValue from '@tonaljs/duration-value'; export { durationValue as DurationValue }; import * as interval from '@tonaljs/interval'; export { interval as Interval }; import * as key from '@tonaljs/key'; export { key as Key }; import * as midi from '@tonaljs/midi'; export { midi as Midi }; import * as mode from '@tonaljs/mode'; export { mode as Mode }; import * as note from '@tonaljs/note'; export { note as Note }; import * as Pcset from '@tonaljs/pcset'; export { Pcset }; import * as progression from '@tonaljs/progression'; export { progression as Progression }; import * as range from '@tonaljs/range'; export { range as Range }; import * as rhythmPattern from '@tonaljs/rhythm-pattern'; export { rhythmPattern as RhythmPattern }; import * as romanNumeral from '@tonaljs/roman-numeral'; export { romanNumeral as RomanNumeral }; import * as scale from '@tonaljs/scale'; export { scale as Scale }; import * as ScaleType from '@tonaljs/scale-type'; export { ScaleType }; import * as timeSignature from '@tonaljs/time-signature'; export { timeSignature as TimeSignature }; import * as voiceLeading from '@tonaljs/voice-leading'; export { voiceLeading as VoiceLeading }; import * as voicing from '@tonaljs/voicing'; export { voicing as Voicing }; import * as voicingDictionary from '@tonaljs/voicing-dictionary'; export { voicingDictionary as VoicingDictionary }; import * as Core from '@tonaljs/core'; export * from '@tonaljs/core'; export { Core }; /** @deprecated */ declare const Tonal: typeof Core; /** @deprecated */ declare const PcSet: typeof Pcset; /** @deprecated */ declare const ChordDictionary: typeof ChordType; /** @deprecated */ declare const ScaleDictionary: typeof ScaleType; export { ChordDictionary, PcSet, ScaleDictionary, Tonal };