| Author |
Comment/Response |
fax13456
|
11/26/10 10:01am
Hi,
i have 2 lists like those:
list1={0,5,2,11};
list2 = {1/4, 1/3, 1/8, 3/4};
And i want to do something like that:
Sound[SoundNote[#1, l[[#2]]] & /@ [list1, list2]]
But i can't...
I want for the output something like:
Sound[{SoundNote[0,1/4],SoundNote[5,1/3]}] etc.
Is it in any way possible?
thank you very much
URL: , |
|