Operations on MOSes: Difference between revisions
mNo edit summary |
→Neutralization: Wrote a definition of neutralization that doesn't require knowledge of the mos generators |
||
Line 40: | Line 40: | ||
== Neutralization == | == Neutralization == | ||
''' | Given a MOS pattern ''x''L ''y''s, '''neutralization''' is the process in which pairs of large and small steps are each replaced with two neutral mossteps, defined as N = (L+s) / 2, with respect to the original mos. | ||
{| class="wikitable" | |||
|+Example with 5L 2s neutralized to 3L 4s | |||
!MOS | |||
!Step pattern | |||
!Notes about step sizes | |||
|- | |||
|5L 2s | |||
|LL'''Ls'''L'''Ls''' | |||
|Large steps and small steps pairs (shown in '''bold''') are each replaced with two neutral steps (4 in total). | |||
The remaining 3 large steps are left untouched. | |||
|- | |||
|4N 3L | |||
|LLnnLnn | |||
|Replacing adjacent L's and s's doesn't produce a valid MOS, but the steps can be rearranged to produce one. | |||
|- | |||
|3L 4s | |||
|LsLsLss | |||
|After rearranging, the neutralized scale is 3L 4s since: | |||
The | * Original large step becomes the new scale's large step | ||
* Neutral step becomes the small step as it's smaller than the original large step. | |||
|} | |||
The resulting MOS pattern therefore has a quantity of neutral mossteps that is twice that of min(''x'', ''y''), and a quantity of remaining large or small steps that is abs(''x''-y). | |||
Since the size of a neutral step is, by definition, between the sizes of a large and small step, whether the neutral step becomes the new large or small steps solely depends on the number of large or small steps in the original scale: | |||
If x | * If there are more large steps than small steps (that is, if in ''x''L ''y''s, x > y), then the neutral step becomes the small step and the original large step becomes the new scale's large step. | ||
* If there are more small steps than large steps (that is, if in ''x''L ''y''s, y < x), then the neutral step becomes the large step and the original small step becomes the new scale's small step. | |||
* If the number of large and small steps is the same, the the neutralized scale is an equal division of the octave with ''x''+''y'' divisions. In other words, the large and small steps are [[equalized]]. | |||
Examples: | |||
* Neutralizing 5L 2s produces 4 neutral steps with 3 large steps left over, thus producing 4N 3L, or 3L 4s. | |||
* Neutralizing 5L 2s | * Neutralizing 2L 5s produces 4 neutral steps with 3 small steps left over, thus producing 4N 3s, or 4L 3s. | ||
* Neutralizing 5L 3s | * Neutralizing 5L 3s produces 6 neutral steps with 3 large steps left over, thus producing 6N 2s, or 6L 2s. | ||
* Neutralizing | * Neutralizing 5L 4s produces 8 neutral steps with 1 large step left over, thus producing 1N 8s, or 1L 8s. | ||
== Dualization == | == Dualization == |