We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Como faço para executar um som, (som.play()), e depois executá-lo de novo? Executá-lo sempre que eu chame a função que ele está.
In english please. :)
How do I run paragraph hum sound, ( som.play () ), and then run - it again? Run - it always what I call the function que HE IS
.cue 0
https://processing.org/reference/libraries/sound/SoundFile.html
Just call play() again! As long as variable som refers to AudioPlayer, we can keep using its methods.
Estou usando a biblioteca import ddf.minim.*;
I'm using a library import ddf.minim.*;
Answers
In english please. :)
How do I run paragraph hum sound, ( som.play () ), and then run - it again? Run - it always what I call the function que HE IS
.cue 0
https://processing.org/reference/libraries/sound/SoundFile.html
Just call play() again! As long as variable som refers to AudioPlayer, we can keep using its methods.
Estou usando a biblioteca import ddf.minim.*;
I'm using a library import ddf.minim.*;