RE: lingo-l pauses in queued sounds?

2001-06-14 Thread jp
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Al Hospers Sent: Monday, June 11, 2001 4:35 AM To: [EMAIL PROTECTED] Subject: RE: lingo-l pauses in queued sounds? - Is there a way to get the 32 sounds to play with a pause (in time) in between each sound? add

lingo-l pauses in queued sounds?

2001-06-11 Thread Michael Nadel
Can someone please help me? It's urgent In the script below I queued 32 sounds like this: repeat with f = 1 to 32 sound(4).queue([#member: member( f, sounds)]) end repeat sound(4).play() - Is there a way to get the 32 sounds to play with a pause (in time) in between each sound? - Can

RE: lingo-l pauses in queued sounds?

2001-06-11 Thread Al Hospers
- Is there a way to get the 32 sounds to play with a pause (in time) in between each sound? add a sound with empty space in it between each item in the queue -- WARNING UNTESTED repeat with f = 1 to 32 sound(4).queue([#member: member( f, sounds)]) sound(4).queue([#member: member(