Cool! I&#39;ll have fun playing with these examples. Thanks for the toot.<div><br></div><div>~Kyle<br><br><div class="gmail_quote">On Wed, Mar 18, 2009 at 3:38 AM, Frank Barknecht <span dir="ltr">&lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hallo,<br>
<div class="im">Frank Barknecht hat gesagt: // Frank Barknecht wrote:<br>
<br>
&gt; - inversion: That&#39;s a bit more complicated. Quoting Wikipedia:<br>
&gt;<br>
&gt;   Inverted melodies<br>
&gt;<br>
&gt;   When applied to melodies, the inversion of a given melody is the<br>
&gt;   melody turned upside-down. For instance, if the original melody has a<br>
&gt;   rising major third (see interval), the inverted melody has a falling<br>
&gt;   major third (or perhaps more likely, in tonal music, a falling minor<br>
&gt;   third, or even some other falling interval). Similarly, in twelve-tone<br>
&gt;   technique, the inversion of the tone row is the so-called prime series<br>
&gt;   turned upside-down.<br>
&gt;   <a href="http://en.wikipedia.org/wiki/Inversion_(music)#Inverted_melodies" target="_blank">http://en.wikipedia.org/wiki/Inversion_(music)#Inverted_melodies</a><br>
&gt;<br>
&gt;   In inversion.pd this is realised by walking through the list with<br>
&gt;   list-map, taking the difference between the current element and the<br>
&gt;   previous element, then substracting this from the current element.<br>
&gt;   The first element in a list is treated specially as it has no<br>
&gt;   previous element (it&#39;s just copied).<br>
<br>
</div>Ah, sorry: The patch is correct, but my explanation is wrong. Here&#39;s an update:<br>
<br>
<br>
  In inversion.pd this is realised by walking through the list with list-map. The<br>
  interval to use next is calculated by taking the difference between the current<br>
  element and the previous element. This interval is substracted (not added,<br>
  because we are &quot;retro&quot;-grading) from the previous note, the resulting note is<br>
  stored for the next step and inserted into the result list. The first element<br>
<div class="im">  in a list is treated specially as it has no previous element: it&#39;s just copied<br>
</div>  and used as the starting note.<br>
<div><div></div><div class="h5"><br>
Ciao<br>
--<br>
Frank<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-----<br>------------<br>    ----     -----<br>---- -------- - ------<br><a href="http://perhapsidid.wordpress.com">http://perhapsidid.wordpress.com</a><br><a href="http://myspace.com/kyleklipowicz">http://myspace.com/kyleklipowicz</a><br>

</div>