@musodojo/music-theory-data 26.1.0 → 26.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,16 +39,16 @@ export const conversions = {
|
|
|
39
39
|
id: "triads",
|
|
40
40
|
name: "Triads",
|
|
41
41
|
shortName: "Triads",
|
|
42
|
-
description: "Returns the triads with prepended note names (e.g., 'Cm', 'E♭M'
|
|
43
|
-
example: "Cm, E♭M
|
|
42
|
+
description: "Returns the triads with prepended note names (e.g., 'Cm', 'E♭M').",
|
|
43
|
+
example: "Cm, E♭M",
|
|
44
44
|
get: (root, key, opts) => getTriadsForRootAndNoteCollectionKey(root, key, opts),
|
|
45
45
|
},
|
|
46
46
|
seventhChords: {
|
|
47
47
|
id: "seventh-chords",
|
|
48
48
|
name: "Seventh Chords",
|
|
49
49
|
shortName: "Sevenths",
|
|
50
|
-
description: "Returns the seventh chords with prepended note names (e.g., 'Cm7', 'E♭M7'
|
|
51
|
-
example: "Cm7, E♭M7
|
|
50
|
+
description: "Returns the seventh chords with prepended note names (e.g., 'Cm7', 'E♭M7').",
|
|
51
|
+
example: "Cm7, E♭M7",
|
|
52
52
|
get: (root, key, opts) => getSeventhChordsForRootAndNoteCollectionKey(root, key, opts),
|
|
53
53
|
},
|
|
54
54
|
romanTriads: {
|
package/package.json
CHANGED
|
@@ -42,16 +42,16 @@ exports.conversions = {
|
|
|
42
42
|
id: "triads",
|
|
43
43
|
name: "Triads",
|
|
44
44
|
shortName: "Triads",
|
|
45
|
-
description: "Returns the triads with prepended note names (e.g., 'Cm', 'E♭M'
|
|
46
|
-
example: "Cm, E♭M
|
|
45
|
+
description: "Returns the triads with prepended note names (e.g., 'Cm', 'E♭M').",
|
|
46
|
+
example: "Cm, E♭M",
|
|
47
47
|
get: (root, key, opts) => (0, chords_js_1.getTriadsForRootAndNoteCollectionKey)(root, key, opts),
|
|
48
48
|
},
|
|
49
49
|
seventhChords: {
|
|
50
50
|
id: "seventh-chords",
|
|
51
51
|
name: "Seventh Chords",
|
|
52
52
|
shortName: "Sevenths",
|
|
53
|
-
description: "Returns the seventh chords with prepended note names (e.g., 'Cm7', 'E♭M7'
|
|
54
|
-
example: "Cm7, E♭M7
|
|
53
|
+
description: "Returns the seventh chords with prepended note names (e.g., 'Cm7', 'E♭M7').",
|
|
54
|
+
example: "Cm7, E♭M7",
|
|
55
55
|
get: (root, key, opts) => (0, chords_js_1.getSeventhChordsForRootAndNoteCollectionKey)(root, key, opts),
|
|
56
56
|
},
|
|
57
57
|
romanTriads: {
|