Hi,
So I’m learning how to use JavaSound. Nifty API, but the names are really not intuative. Anyways, things are going well. I’m playing both single waves files and single midi files with no problems.
Now comes multiples wave files. I’m build a small 2D platform shooting game and I need the ability to play multiple waves at the same time. From what I understand, I need to use a mixer. This mixer should have multiple input lines and one output lines. Kinda like a mixer in a sound system.
The thing is, I’m having problems understanding the JavaSound tutorial. Is there another good ressource teaching how to use Java Sound mixing?