Hi,
I’m trying to understand the structure of OM rhythm trees expressed as nested lists. I have broken down the following rhythm three:
( ( ( (4 8) ( ( 4 (1 1 1 1) ) ) ) ( (4 8) ( (4 (1 1 1 1) ) ) ) ( (4 8) ( (4 (1 1 1 1)) ) ) ) )
in the following gist file in order to understand what each of the parentheses means:
I believe I have figured out most of it, but what is the purpose of the parenthesis associated with the “F” comment?
Thanks,
Trond