Question about sound packaging

Shouldn’t the classes

Buffer

BufferFilter

SoundSystem

etc…



in com.jme.sound.lwjgl



be called

LWJGLBuffer

LWJGLBufferFilter

LWJGLSoundSystem

LWJGL…



unless I’m missing something?

Sheesh, you are such a stickler for these things. :slight_smile:



Actually it’s just how Arman decided to name them. Obviously changable.

}:slight_smile:



If there’s a reason that’s cool. I’m not saying it has to be this way. But it was confusing for me trying to figure out the inner workings of the sound API at first. And I sometimes got confused seeing two classes with the same name.