User Portlet User Portlet

Discussions
The directory is not the problem. I have the same problem also when I export to the standard-directory.
Thanks a lot for this two perfect solutions, Robert! I'm happy now ;)
With "SampledSoundList" it is possible to create a sound based on a list: list = Table[Sin[2 \[Pi] 500 t], {t, 0, 1, 1./2000}]; sound = Sound[SampledSoundList[list, 2000]] Is it also possible to create a list based on the sound? I...