MusicKit Pack
Share
Explore

icon picker
Chords and Scales

Example 1: Scale Finder - Scale()

The Scale() formula returns a Scale object with the notes, intervals, and type given the scale name.
Parameter should be a note and scale name
Examples: Scale("C major")
Scale Name
MusicKit Scale
Notes
1
C major
C major
CDEFGAB
2
F pentatonic
F major pentatonic
FGACD
3
D minor
D aeolian
DEFGABbC
4
G major
G major
GABCDEF#
5
D melodic minor
D melodic minor
DEFGABC#
There are no rows in this table

Example 2: Chord Finder - Chord()

The Chord() formula returns a Chord object with the notes, intervals, and type given the chord name.
Parameters are chord type (m7, M7, sus4), tonic of the chord (note name) and then the bass note or root as an optional parameter for inversions.
Examples: Chord("m7","D","F#)
Chord type
tonic
bass note
MusicKit Chord
MusicKit Notes
1
m7
D
D
Dm7
DFAC
2
M
Eb
G
EbM/G
GBbEb
3
13
C
C
C13
CEGBbDA
4
7b9
F
A
F7b9/A
ACEbGbF
5
sus4
A#
A#
A#sus4
A#D#E#
There are no rows in this table

Example 3: Mode Finder - Mode()

The Mode() formula returns a string of notes in the given mode.
Parameters are mode type (mixolydian, lydian, etc.) and the root of the mode (A, B, C, etc.)
Examples: Mode("Lydian","C")
Mode
Root of Mode
MusicKit Mode
1
mixolydian
D
DEF#GABC
2
lydian
C
CDEF#GAB
3
Aeolian
E
EF#GABCD
There are no rows in this table
Forward to
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.