This is what I could figure out, reading the documentation and experimenting a bit. It looks like the triples work in a slightly different way than what you said:<div><br></div><div>1. Take tempo t</div><div>2. Multiply t by the first element in the triple</div>
<div>3. Divide the result by the second element in the triple</div><div>4. Generate an event at the resulting bpm for as long as the total duration specified in the output parameters.</div><div><br></div><div>Therefore:</div>
<div>(3, 8, mf) at the default 60 bpm generates a pulse at 60 x 3 / 8 = 22.5 bpm, roughly one beat every 2.66 seconds, or 0.375 Hz.</div><div>(9, 2, mf) at 60 bpm generates a pulse at 60 x 9 / 2 = 270 bpm, roughly one beat every 0.22 seconds, or 4.5 Hz.</div>
<div><br></div><div>Apparently, if you are using orderedCyclic it will grab an event at a time from each triple. If the rhythm length is 2, it will alternately grab an event from each of the triples you indicated. So, you will get a #1 event (lasting 2.66 s), followed by a #2 event (lasting 0.22 s), followed by a #1 (again for 2.66 s), followed by a #2 (0.22 s) and so on.</div>
<div><br></div><div>Hope this helps. The documentation and interface are somewhat misleading.</div><div><br></div><div>//p</div><div><a href="http://www.interdisciplina.org/00.0">http://www.interdisciplina.org/00.0</a></div>
<div><br><div class="gmail_quote">On Fri, Feb 18, 2011 at 8:52 AM, Samuel van ransbeeck <span dir="ltr">&lt;<a href="mailto:thinksamuel@yahoo.com">thinksamuel@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-family:times new roman,new york,times,serif;font-size:14pt;color:#000000"><div style="font-family:times new roman,new york,times,serif"><font size="4">Hello<br><br>I found Christopher Ariza&#39;s <a href="http://envl.net" target="_blank">envl.net</a> algorithmic composition tools on the intyernet and started experimenting. Unfortunately, I cannot grasp how it works. For example: I used the </font><font size="4">&#39;RhythmRemap: Algorithmic Rhythm Generator&#39;. Now you can set up pulse triples. From what I understand, the first element sets the number of events you want, the second element sets the timespan in which you want the events to happen and the third element simply sets the loudness. No worries when I use a length of 1 element only, for example using 3 events in 8 seconds with mf accent. But if I set the rhythm length to 2 and I set the elements on row 2 to 9 elements in two seconds with mf accent, I
 get the 3 notes in 8 seconds but the 9 notes in two seconds appear only to be a grace note before the long notes.<br><br><span>I know that this sounds quite confusing but I would appreciate it if someone could shine a light on this. The adress is here <a href="http://www.flexatone.net/cgi-bin/py/envl/software/q.cgi?stateNext=3" target="_blank">http://www.flexatone.net/cgi-bin/py/envl/software/q.cgi?stateNext=3</a></span><br>
</font></div>
</div><br>

      </div><br>_______________________________________________<br>
microsound mailing list<br>
<a href="mailto:microsound@microsound.org">microsound@microsound.org</a><br>
<a href="http://or8.net/mailman/listinfo/microsound" target="_blank">http://or8.net/mailman/listinfo/microsound</a><br>
<br></blockquote></div><br></div>