public SoundBank(SoundData s)
 {
     soundData   = s;
     bank        = soundData.GetData();
     initialized = true;
 }