Re: Play restarting to early
- To: mathgroup at smc.vnet.net
- Subject: [mg53246] Re: Play restarting to early
- From: Peter Pein <petsie at arcor.de>
- Date: Mon, 3 Jan 2005 04:29:23 -0500 (EST)
- References: <cr8e56$r6k$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Erich Neuwirth wrote: > I have a problem with Play: > Map[Play[Sin[#*2*Pi*t], {t, 0, 1}] &, {440, 550}] > does not wait with playing the second sound > until the first oen has finished playing. > Is there a canonical way of havin Mathematica waiting > to redner the second sound until the first one has finished playing? > Map[(Play[Sin[#*2*Pi*t], {t, 0, 1}]; Pause[1]) &, {440, 550}]; works only for integer seconds (in version 4). -- Peter Pein Berlin