MOS scale: Difference between revisions

Wikispaces>genewardsmith
**Imported revision 143015127 - Original comment: **
Wikispaces>genewardsmith
**Imported revision 143015589 - 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>2010-05-18 20:15:36 UTC</tt>.<br>
: This revision was by author [[User:genewardsmith|genewardsmith]] and made on <tt>2010-05-18 20:17:44 UTC</tt>.<br>
: The original revision id was <tt>143015127</tt>.<br>
: The original revision id was <tt>143015589</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 22: Line 22:


==Classification of MOS==  
==Classification of MOS==  
A classification of MOS scales can also be given by the number of elements of the scale - 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.
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.


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 157: Line 157:
&lt;br /&gt;
&lt;br /&gt;
&lt;!-- ws:start:WikiTextHeadingRule:4:&amp;lt;h2&amp;gt; --&gt;&lt;h2 id="toc2"&gt;&lt;a name="MOS scales-Classification of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:4 --&gt;Classification of MOS&lt;/h2&gt;
&lt;!-- ws:start:WikiTextHeadingRule:4:&amp;lt;h2&amp;gt; --&gt;&lt;h2 id="toc2"&gt;&lt;a name="MOS scales-Classification of MOS"&gt;&lt;/a&gt;&lt;!-- ws:end:WikiTextHeadingRule:4 --&gt;Classification of MOS&lt;/h2&gt;
  A classification of MOS scales can also be given by the number of elements of the scale - 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;
  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;
&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;