In the current version of the BeOS, when you clone a
BSimpleGameSound
,
the sound data buffer is also cloned, so you'll have multiple copies of
the sound effect in memory. Keep this in mind as you write your code, as
you can rapidly use a lot of memory this way.