-
Notifications
You must be signed in to change notification settings - Fork 114
Home
Jakob Miland edited this page Oct 7, 2015
·
2 revisions
This is a list of interesting npm
modules related to teoria
in some way. If you feel your module should be on this list, feel free to add it!
- daccord - teoria's internal chord parser
- scientific-notation - Parses note names in scientific notation
- helmholtz - Parses note names in helmholtz notation
- notecoord - Data package which defines the notes relative intervals
- accidental-value - Returns the "numeric value" of an accidental
- interval-coords - Transforms simple-format string intervals into array, coord format
- pitch-fq - Calculate the frequency of a note, in the pitch "coord" format.
- teoria-simplify-note - Simplifies a note to another name with fewer accidentals Fx -> G, Cb -> B, etc.
- più - A chord inferrer/recognizer that will turn a list of notes into a chord name.
- teoria-chord-progression - Creates diatonic chord progressions from scales.
- tonal - A functional-programming cousin of teoria, with a very modular approach