This is old list... moving to new list. We need to fix this...
Anyhow, I get the same error in 3.2.
Another curious thing.
[4, [2, [2, [1,1,1], 1]], 1].convertRhythm;
as expected yields
> List[ 2, 0.66666666666667, 0.66666666666667, 0.66666666666667 ]
However,
[4, [2, [2, [1,1,1], 2]], 1].convertRhythm;
>List[ 2, 0.66666666666667, 0.66666666666667, 0.66666666666667, 0.66666666666667, 0.66666666666667, 0.66666666666667 ]
I guess I would have expected the recursive inner value to be equivalent to
[4, [2, [2, [1,1,1,1,1,1], 1]], 1].convertRhythm;
> List[ 2, 0.33333333333333, 0.33333333333333, 0.33333333333333, 0.33333333333333, 0.33333333333333, 0.33333333333333 ]
On Mon, Jul 7, 2008 at 12:35 PM, Batuhan Bozkurt
<
batuhan@...> wrote:
_______________________________________________
sc-users mailing list
info (subscribe and unsubscribe):
http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880archive:
http://www.listarc.bham.ac.uk/marchives/sc-users/search:
http://www.listarc.bham.ac.uk/lists/sc-users/search/