Girish Mahajan (Editor)

Spiral array model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Spiral array model

In music theory, the spiral array model is an extended type of pitch space. A mathematical model involving concentric helices (an "array of spirals"), it represents human perceptions of pitches, chords and keys in the same geometric space. It was proposed in 2000 by Prof. Elaine Chew in her MIT doctoral thesis Toward a Mathematical Model of Tonality. Further research by Chew and others have produced modifications of the spiral array model, and, applied it to various problems in music theory and practice, such as key finding (symbolic and audio), pitch spelling, tonal segmentation, similarity assessment, and musical humor. The extensions and applications are described in Mathematical and Computational Modeling of Tonality: Theory and Applications.

Contents

The spiral array model can be viewed as a generalized tonnetz, which maps pitches into a two-dimensional lattice (array) structure. The spiral array wraps up the two-dimensional tonnetz into a three-dimensional lattice, and models higher order structures such as chords and keys in the interior of the lattice space. This allows the spiral array model to produce geometric interpretations of relationships between low- and high-level structures. For example, it is possible to model and measure geometrically the distance between a particular pitch and a particular key, both represented as points in the spiral array space. To preserve pitch spelling, because musically A# ≠ Bb in their function and usage, the spiral array does not assume enharmonic equivalence, i.e. it does not fold into a torus. The spatial relationships between pitches, between chords, and between keys agree with those in other representations of tonal space.

The model and its real-time algorithms have been implemented in the tonal visualisation software MuSA.RT (Music on the Spiral Array . Real-Time) and a free app, MuSA_RT, both of which have been used in music education videos and in live performance.

Structure of the Spiral Array

The model as proposed covers basic pitches, major chords, minor chords, major keys and minor keys, represented on five concentric helices. Starting with a formulation of the pitch helix, inner helices are generated as convex combinations of points on outer ones. For example, the pitches C, E, and G are represented as the cartesian points P(0), P(1), and P(4) (see definitions in next section), which outline a triangle. The convex combination of these three points is a point inside the triangle, and represents their center of effect (ce). This interior point, CM(0), represents the C major chord in the spiral array model. Similarly, keys may be constructed by the centers of effect of their I, IV, and V chords.

  1. The outer helix represents pitches classes. Neighboring pitch classes are a music interval of a perfect fifth, and spatially a quarter rotation, apart. The order of the pitch classes can be determined by the line of fifths. For example, C would be followed by G (C and G are a perfect fifth apart), which would be followed D (G and D are a perfect fifth apart), etc. As a result of this structure, and one of the important properties leading to its selection, vertical neighbors are a music interval of a major third apart. Thus, a pitch class's nearest neighbors and itself form perfect fifth and major third intervals.
  2. By taking every consecutive triads along the helix, and connecting their centers of effect, a second helix is formed inside the pitch helix, representing the major chords.
  3. Similarly, by taking the proper minor triads and connecting their centers of effect, a third helix is formed, representing the minor chords.
  4. The major key helix is formed by the centers of effect of the centers of effect of the I, IV, and V chords
  5. The minor key helix is formed by connecting similar combinations of the i, iv/IV, and V/v chords.

Equations for Pitch, Chord, and Key Representations

The pitch class helix, P, is represented in parametric form by:

P ( k ) = [ x k y k z k ] = [ r s i n ( k π / 2 ) r c o s ( k π / 2 ) k h ]

where k is an integer representing the pitch's distance from C along the line of fifths, r is the radius of the spiral, and h is the "rise" of the spiral.

The major chord helix, CM is represented by:

C M ( k ) = w 1 P ( k ) + w 2 P ( k + 1 ) + w 3 P ( k + 4 )

where w 1 w 2 w 3 > 0 and i = 1 3 w i = 1.

The weights "w" effect how close the center of effect are to the fundamental, major third, and perfect fifth of the chord. By changing the relative values of these weights, the spiral array model effects how "close" the resulting chord is to the three constituent pitches. Generally in western music, the fundamental is given the greatest weight in identifying the chord (w1), followed by the fifth (w2), followed by the third (w3).

The minor chord helix, Cm is represented by:

C m ( k ) = u 1 P ( k ) + u 2 P ( k + 1 ) + u 3 P ( k 3 )

where u 1 u 2 u 3 > 0 and i = 1 3 u i = 1.

The weights "u" function similarly to the major chord.

The major key helix, TM is represented by:

T M ( k ) = ω 1 P ( k ) + ω 2 P ( k + 1 ) + ω 3 P ( k 1 )

where ω 1 ω 2 ω 3 > 0 and i = 1 3 ω i = 1.

Similar to the weights controlling how close constituent pitches are to the center of effect of the chord they produce, the weights ω control the relative effect of the I, IV, and V chord in determining how close they are to the resultant key.

The minor key helix, Tm is represented by:

T m ( k ) = ν 1 C M ( k ) + ν 2 ( α C M ( k + 1 ) + ( 1 α ) C m ( k + 1 ) ) + ν 3 ( β C m ( k 1 ) + ( 1 β ) C M ( k 1 ) ) .

where ν 1 ν 2 ν 3 > 0 and ν 1 + ν 2 + ν 3 = 1 and 0 α 1 and β 1.

References

Spiral array model Wikipedia