How to play multiple sounds at once? #445
-
@mackron I'm having a bit of trouble playing multiple sounds at once using the high level API... I load the sound with: For some reason the first sound I was playing overrides the second one... I apologise if the issue is just something minor overlooked by me... but I've spent quite a lot of time figuring this out and couldn't get it right... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
An individual |
Beta Was this translation helpful? Give feedback.
An individual
ma_sound
object represents a single instance, so you need onema_sound
object for each instance of the sound you want to play.