Hi,

I am running the following code in Pippy:

p=[]
for sound in getSoundList():  #the list of sounds in the default example
Sound: getSoundList
  p.append(sound)

for i in range(1,len(p)):
  print("Now playing a: " + p[i])
  playWave(sound=p[i], loop=True, duration=2)
  audioOut()

It works but the sounds are not cleared before sounding the next sound.
Does anyone know how to reset the playWave()?  Or do I need to reset the
audioOut()?

Thanks in advance

Omar
_______________________________________________
Sugar mailing list
Sugar@lists.laptop.org
http://lists.laptop.org/listinfo/sugar

Reply via email to