Generator embedding optimization: Difference between revisions
Cmloegcmluin (talk | contribs) |
m →With held-intervals: Ref should be note |
||
| Line 4,818: | Line 4,818: | ||
== With held-intervals == | == With held-intervals == | ||
The zero-damage method is easily modified to handle held-intervals along with target-intervals.<ref>In fact, the Target tunings page of the wiki uses this more complicated approach in order to realize pure octaves, and so the authors of this page had to reverse engineer from it how to make it work ''without'' any held-intervals.</ref> In short, rather than assembling our set of unchanged-interval bases <math>\mathrm{U}_1</math> through <math>\mathrm{U}_n</math> (where <math>n = {{k}\choose{r}}</math>) corresponding to the zero-damage points by finding every combination of <math>r</math> different ones of our <math>k</math> target-intervals (one for each generator to be responsible for tuning exactly), instead we must first reserve <math>h</math> (''held''-unchanged-interval count) columns of each <math>\mathrm{U}_n</math> for the held-intervals, leaving only the remaining <math>r - h</math> columns to be assembled from the target-intervals as normal. So, we'll only have <math>{{k}\choose{r - h}}</math> candidate tunings / zero-damage points / unchanged-interval bases in this case. | The zero-damage method is easily modified to handle held-intervals along with target-intervals.<ref group="note">In fact, the Target tunings page of the wiki uses this more complicated approach in order to realize pure octaves, and so the authors of this page had to reverse engineer from it how to make it work ''without'' any held-intervals.</ref> In short, rather than assembling our set of unchanged-interval bases <math>\mathrm{U}_1</math> through <math>\mathrm{U}_n</math> (where <math>n = {{k}\choose{r}}</math>) corresponding to the zero-damage points by finding every combination of <math>r</math> different ones of our <math>k</math> target-intervals (one for each generator to be responsible for tuning exactly), instead we must first reserve <math>h</math> (''held''-unchanged-interval count) columns of each <math>\mathrm{U}_n</math> for the held-intervals, leaving only the remaining <math>r - h</math> columns to be assembled from the target-intervals as normal. So, we'll only have <math>{{k}\choose{r - h}}</math> candidate tunings / zero-damage points / unchanged-interval bases in this case. | ||
In other words, if <math>\mathrm{U}_n</math> is one of the unchanged-interval bases characterizing a candidate miniaverage tuning, then it must contain <math>\mathrm{H}</math> itself, the held-interval basis, which does not yet fully characterize our tuning, leaving some wiggle room (otherwise we'd just use the "[[#Only held-intervals method|only held-intervals]]" approach, discussed later). | In other words, if <math>\mathrm{U}_n</math> is one of the unchanged-interval bases characterizing a candidate miniaverage tuning, then it must contain <math>\mathrm{H}</math> itself, the held-interval basis, which does not yet fully characterize our tuning, leaving some wiggle room (otherwise we'd just use the "[[#Only held-intervals method|only held-intervals]]" approach, discussed later). | ||
| Line 5,189: | Line 5,189: | ||
And convert those to generator tuning maps: {{map|1200 701.955}}, {{map|1200 696.578}}, and {{map|1200 694.786}}. Note that every one of these has a pure-octave period. Then check the damage sums: 353.942 ¢(U), 89.083 ¢(U), and 110.390 ¢(U), respectively. So that tells us that we want the middle result of these three, {{map|1200 696.578}}, as the minimization of the <math>1</math>-mean of unity-weight damage to the 6-TILT, when we're constrained to the octave being unchanged. | And convert those to generator tuning maps: {{map|1200 701.955}}, {{map|1200 696.578}}, and {{map|1200 694.786}}. Note that every one of these has a pure-octave period. Then check the damage sums: 353.942 ¢(U), 89.083 ¢(U), and 110.390 ¢(U), respectively. So that tells us that we want the middle result of these three, {{map|1200 696.578}}, as the minimization of the <math>1</math>-mean of unity-weight damage to the 6-TILT, when we're constrained to the octave being unchanged. | ||
For a rank-3 temperament, with 2 held-intervals, we'd again have 8 choose 1 = 8 tunings to check. With 1 held-interval, we'd have 8 choose 2 = 28 tunings to check. | For a rank-3 temperament, with 2 held-intervals, we'd again have 8 choose 1 = 8 tunings to check. With 1 held-interval, we'd have 8 choose 2 = 28 tunings to check. | ||
== For all-interval tuning schemes == | == For all-interval tuning schemes == | ||