Description:
Get a rhythm that occurs within the timeframe for the current instanced variable in any layer and voice.
This is not similar to a rhythm cell, since parts of one or several
cells might occur within the timeframe. If no rhythm exist yet, nil
will be returned.
<x> is the current variable. It should be connected to the second input
inside a user rule patch.
<indexx> is the index for the current variable (index is used internal
by the search engine). It should be connected to the first input inside
a user rule patch.
<layer> is the layer number for the layer where the rhythm is.
<voice> is the voice number for the voice where the rhythm is.
--------------------------
Hmta en rytm som frekommer under den aktuella instancierade variabelns
tidsrymd i vilket skikt och vilken stmma som helst. Detta r inte samma
sak som en rytmcell, eftersom delar av en eller flera celler kan frekomma
inom tidsrymden. Om ingen rytm finns nnu returneras nil.
<x> r den aktuella variabeln. Den ska ansutas till den andra ingngen
inuti en patch fr en anvndardefinierad regel.
<indexx> r index fr den aktuella variabeln (index anvnds internt av
skmotorn). Den ska ansutas till den frsta ingngen inuti en patch fr
en anvndardefinierad regel.
<layer> r numret fr det skikt dr rytmen finns.
<voice> r numret fr det stmma dr rytmen finns.
|