MOS scale: Difference between revisions

Wikispaces>genewardsmith
**Imported revision 243034753 - Original comment: **
Wikispaces>igliashon
**Imported revision 245924913 - Original comment: **
Line 1: Line 1:
<h2>IMPORTED REVISION FROM WIKISPACES</h2>
<h2>IMPORTED REVISION FROM WIKISPACES</h2>
This is an imported revision from Wikispaces. The revision metadata is included below for reference:<br>
This is an imported revision from Wikispaces. The revision metadata is included below for reference:<br>
: This revision was by author [[User:genewardsmith|genewardsmith]] and made on <tt>2011-07-27 03:20:04 UTC</tt>.<br>
: This revision was by author [[User:igliashon|igliashon]] and made on <tt>2011-08-14 19:50:17 UTC</tt>.<br>
: The original revision id was <tt>243034753</tt>.<br>
: The original revision id was <tt>245924913</tt>.<br>
: The revision comment was: <tt></tt><br>
: The revision comment was: <tt></tt><br>
The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.<br>
The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.<br>
Line 14: Line 14:
1. A period "P" (of any size but most commonly the octave or a 1/N fraction of an octave)
1. A period "P" (of any size but most commonly the octave or a 1/N fraction of an octave)
2. A generator "g" (of any size, for example 700 cents in 12 equal temperament) which is added repeatedly to make a chain of scale steps, starting from the unison or 0 cents scale step, and then reducing to within the period
2. A generator "g" (of any size, for example 700 cents in 12 equal temperament) which is added repeatedly to make a chain of scale steps, starting from the unison or 0 cents scale step, and then reducing to within the period
3. Where there are exactly two two sizes of scale steps (Large and small, often written "L" and "s")
3. Exactly two two sizes of scale steps (Large and small, often written "L" and "s")
4. Where //each// number of scale steps, or generic interval, within the scale occurs in no more than two different sizes, and in exactly two if the interval is not a multiple of the period
4. Where //each// number of scale steps, or generic interval, within the scale occurs in no more than two different sizes, and in exactly two if the interval is not a multiple of the period
5. The unison or starting point of the scale is then allowed to be transferred to any scale degree--all the modes of a MOS are legal.
5. The unison or starting point of the scale is then allowed to be transferred to any scale degree--all the modes of an MOS are legal.


Condition Four is [[http://en.wikipedia.org/wiki/Myhill%27s_property|Myhill's property]] where, as a [[periodic scale]], the scale has every generic interval aside from the initial unison interval and intervals some number of periods from it having exactly two specific intervals. Another characterization of when a generated scale is a MOS is that the number of scale steps is the denominator of a [[http://en.wikipedia.org/wiki/Continued_fraction|convergent or semiconvergent]] of the ratio g/P of the generator and the period.
Condition Four is [[http://en.wikipedia.org/wiki/Myhill%27s_property|Myhill's property]] where, as a [[periodic scale]], the scale has every generic interval aside from the initial unison interval and intervals some number of periods from it having exactly two specific intervals. Another characterization of when a generated scale is a MOS is that the number of scale steps is the denominator of a [[http://en.wikipedia.org/wiki/Continued_fraction|convergent or semiconvergent]] of the ratio g/P of the generator and the period.
Line 25: Line 25:


The term MOS and the scale construction method were invented by Erv Wilson in 1975. His original paper can be found here [[http://anaphoria.com/mos.PDF]]. There is also an introduction [[http://anaphoria.com/wilsonintroMOS.html]]. In academic music theory, MOS are known as //well-formed scales// and the introduction of the concept is attributed to a 1989 paper by Norman Carey and David Clampitt. A great deal of interesting work has been done on scales in academic circles extending these ideas.
The term MOS and the scale construction method were invented by Erv Wilson in 1975. His original paper can be found here [[http://anaphoria.com/mos.PDF]]. There is also an introduction [[http://anaphoria.com/wilsonintroMOS.html]]. In academic music theory, MOS are known as //well-formed scales// and the introduction of the concept is attributed to a 1989 paper by Norman Carey and David Clampitt. A great deal of interesting work has been done on scales in academic circles extending these ideas.
= =  
= =  
=Mathematical Properties of MOS=  
=Mathematical Properties of MOS=  
Line 37: Line 36:


=Classification of MOS=  
=Classification of MOS=  
A classification of MOS scales can be given by the number of elements of the scale of each size - the number of large intervals "L" and the number of small intervals "s", together with the period, assumed to be minimal (which entails that L and s are relatively prime.) E.g., the diatonic scale can be described as [5L 2s] (5 large steps and 2 small steps) or simply [5, 2] with period an octave. Alternatively, we could give a mediant for a Farey pair associated to the MOS, where this mediant is less than any generator for the MOS. In other words, we use the right hand part of the Farey pair interval, which means we must replace g with 1-g and use the complementary pair if g is in the left hand side.
Since MOS scales always consist of some number of large steps and some number of small steps, they can be classified simply by the number of large steps and the number of small steps, in the form #L#s--e.g., the diatonic scale can be described as [5L2s] (5 large steps and 2 small steps) or simply [5, 2]. It is typical to ignore the period when specifying MOS scales and instead use the number of large and small steps that make up the interval of equivalence (typically assumed to be the octave--a frequency ratio of 2/1--unless otherwise specified). For instance, the diminished scale in 12-TET is typically classified as 4L4s rather than 1L1s, since there are 4 large and 4 small steps that make up an octave.  
 
Alternatively, we could give a mediant for a Farey pair associated to the MOS, where this mediant is less than any generator for the MOS. In other words, we use the right hand part of the Farey pair interval, which means we must replace g with 1-g and use the complementary pair if g is in the left hand side. This method is rarely used in discussions, however.


The two systems are equivalent; in the Algorithms section you will find code for routines starting from the mediant and going to the Ls pair (the "Ls" routine) and for starting from an Ls pair and going to the mediant (the "medi" routine.) The Ls routine uses [[http://en.wikipedia.org/wiki/Modular_multiplicative_inverse|modular inverses]], whereas the medi routine uses continued fractions.
The two systems are equivalent; in the Algorithms section you will find code for routines starting from the mediant and going to the Ls pair (the "Ls" routine) and for starting from an Ls pair and going to the mediant (the "medi" routine.) The Ls routine uses [[http://en.wikipedia.org/wiki/Modular_multiplicative_inverse|modular inverses]], whereas the medi routine uses continued fractions.
Line 316: Line 317:
1. A period &amp;quot;P&amp;quot; (of any size but most commonly the octave or a 1/N fraction of an octave)&lt;br /&gt;
1. A period &amp;quot;P&amp;quot; (of any size but most commonly the octave or a 1/N fraction of an octave)&lt;br /&gt;
2. A generator &amp;quot;g&amp;quot; (of any size, for example 700 cents in 12 equal temperament) which is added repeatedly to make a chain of scale steps, starting from the unison or 0 cents scale step, and then reducing to within the period&lt;br /&gt;
2. A generator &amp;quot;g&amp;quot; (of any size, for example 700 cents in 12 equal temperament) which is added repeatedly to make a chain of scale steps, starting from the unison or 0 cents scale step, and then reducing to within the period&lt;br /&gt;
3. Where there are exactly two two sizes of scale steps (Large and small, often written &amp;quot;L&amp;quot; and &amp;quot;s&amp;quot;)&lt;br /&gt;
3. Exactly two two sizes of scale steps (Large and small, often written &amp;quot;L&amp;quot; and &amp;quot;s&amp;quot;)&lt;br /&gt;
4. Where &lt;em&gt;each&lt;/em&gt; number of scale steps, or generic interval, within the scale occurs in no more than two different sizes, and in exactly two if the interval is not a multiple of the period&lt;br /&gt;
4. Where &lt;em&gt;each&lt;/em&gt; number of scale steps, or generic interval, within the scale occurs in no more than two different sizes, and in exactly two if the interval is not a multiple of the period&lt;br /&gt;
5. The unison or starting point of the scale is then allowed to be transferred to any scale degree--all the modes of a MOS are legal.&lt;br /&gt;
5. The unison or starting point of the scale is then allowed to be transferred to any scale degree--all the modes of an MOS are legal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Condition Four is &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Myhill%27s_property" rel="nofollow"&gt;Myhill's property&lt;/a&gt; where, as a &lt;a class="wiki_link" href="/periodic%20scale"&gt;periodic scale&lt;/a&gt;, the scale has every generic interval aside from the initial unison interval and intervals some number of periods from it having exactly two specific intervals. Another characterization of when a generated scale is a MOS is that the number of scale steps is the denominator of a &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Continued_fraction" rel="nofollow"&gt;convergent or semiconvergent&lt;/a&gt; of the ratio g/P of the generator and the period.&lt;br /&gt;
Condition Four is &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Myhill%27s_property" rel="nofollow"&gt;Myhill's property&lt;/a&gt; where, as a &lt;a class="wiki_link" href="/periodic%20scale"&gt;periodic scale&lt;/a&gt;, the scale has every generic interval aside from the initial unison interval and intervals some number of periods from it having exactly two specific intervals. Another characterization of when a generated scale is a MOS is that the number of scale steps is the denominator of a &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Continued_fraction" rel="nofollow"&gt;convergent or semiconvergent&lt;/a&gt; of the ratio g/P of the generator and the period.&lt;br /&gt;
Line 327: Line 328:
&lt;br /&gt;
&lt;br /&gt;
The term MOS and the scale construction method were invented by Erv Wilson in 1975. His original paper can be found here &lt;a class="wiki_link_ext" href="http://anaphoria.com/mos.PDF" rel="nofollow"&gt;http://anaphoria.com/mos.PDF&lt;/a&gt;. There is also an introduction &lt;a class="wiki_link_ext" href="http://anaphoria.com/wilsonintroMOS.html" rel="nofollow"&gt;http://anaphoria.com/wilsonintroMOS.html&lt;/a&gt;. In academic music theory, MOS are known as &lt;em&gt;well-formed scales&lt;/em&gt; and the introduction of the concept is attributed to a 1989 paper by Norman Carey and David Clampitt. A great deal of interesting work has been done on scales in academic circles extending these ideas.&lt;br /&gt;
The term MOS and the scale construction method were invented by Erv Wilson in 1975. His original paper can be found here &lt;a class="wiki_link_ext" href="http://anaphoria.com/mos.PDF" rel="nofollow"&gt;http://anaphoria.com/mos.PDF&lt;/a&gt;. There is also an introduction &lt;a class="wiki_link_ext" href="http://anaphoria.com/wilsonintroMOS.html" rel="nofollow"&gt;http://anaphoria.com/wilsonintroMOS.html&lt;/a&gt;. In academic music theory, MOS are known as &lt;em&gt;well-formed scales&lt;/em&gt; and the introduction of the concept is attributed to a 1989 paper by Norman Carey and David Clampitt. A great deal of interesting work has been done on scales in academic circles extending these ideas.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- ws:start:WikiTextHeadingRule:2:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc1"&gt;&lt;!-- ws:end:WikiTextHeadingRule:2 --&gt; &lt;/h1&gt;
&lt;!-- ws:start:WikiTextHeadingRule:2:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc1"&gt;&lt;!-- ws:end:WikiTextHeadingRule:2 --&gt; &lt;/h1&gt;
  &lt;!-- ws:start:WikiTextHeadingRule:4:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc2"&gt;&lt;a name="Mathematical Properties of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:4 --&gt;Mathematical Properties of MOS&lt;/h1&gt;
  &lt;!-- ws:start:WikiTextHeadingRule:4:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc2"&gt;&lt;a name="Mathematical Properties of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:4 --&gt;Mathematical Properties of MOS&lt;/h1&gt;
Line 339: Line 339:
&lt;br /&gt;
&lt;br /&gt;
&lt;!-- ws:start:WikiTextHeadingRule:6:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc3"&gt;&lt;a name="Classification of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:6 --&gt;Classification of MOS&lt;/h1&gt;
&lt;!-- ws:start:WikiTextHeadingRule:6:&amp;lt;h1&amp;gt; --&gt;&lt;h1 id="toc3"&gt;&lt;a name="Classification of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:6 --&gt;Classification of MOS&lt;/h1&gt;
  A classification of MOS scales can be given by the number of elements of the scale of each size - the number of large intervals &amp;quot;L&amp;quot; and the number of small intervals &amp;quot;s&amp;quot;, together with the period, assumed to be minimal (which entails that L and s are relatively prime.) E.g., the diatonic scale can be described as [5L 2s] (5 large steps and 2 small steps) or simply [5, 2] with period an octave. Alternatively, we could give a mediant for a Farey pair associated to the MOS, where this mediant is less than any generator for the MOS. In other words, we use the right hand part of the Farey pair interval, which means we must replace g with 1-g and use the complementary pair if g is in the left hand side.&lt;br /&gt;
  Since MOS scales always consist of some number of large steps and some number of small steps, they can be classified simply by the number of large steps and the number of small steps, in the form #L#s--e.g., the diatonic scale can be described as [5L2s] (5 large steps and 2 small steps) or simply [5, 2]. It is typical to ignore the period when specifying MOS scales and instead use the number of large and small steps that make up the interval of equivalence (typically assumed to be the octave--a frequency ratio of 2/1--unless otherwise specified). For instance, the diminished scale in 12-TET is typically classified as 4L4s rather than 1L1s, since there are 4 large and 4 small steps that make up an octave. &lt;br /&gt;
&lt;br /&gt;
Alternatively, we could give a mediant for a Farey pair associated to the MOS, where this mediant is less than any generator for the MOS. In other words, we use the right hand part of the Farey pair interval, which means we must replace g with 1-g and use the complementary pair if g is in the left hand side. This method is rarely used in discussions, however.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two systems are equivalent; in the Algorithms section you will find code for routines starting from the mediant and going to the Ls pair (the &amp;quot;Ls&amp;quot; routine) and for starting from an Ls pair and going to the mediant (the &amp;quot;medi&amp;quot; routine.) The Ls routine uses &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Modular_multiplicative_inverse" rel="nofollow"&gt;modular inverses&lt;/a&gt;, whereas the medi routine uses continued fractions.&lt;br /&gt;
The two systems are equivalent; in the Algorithms section you will find code for routines starting from the mediant and going to the Ls pair (the &amp;quot;Ls&amp;quot; routine) and for starting from an Ls pair and going to the mediant (the &amp;quot;medi&amp;quot; routine.) The Ls routine uses &lt;a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Modular_multiplicative_inverse" rel="nofollow"&gt;modular inverses&lt;/a&gt;, whereas the medi routine uses continued fractions.&lt;br /&gt;