public void Play(SoundInstance soundInstance, int polyphony) { AddInstance(soundInstance, polyphony); }
public SoundInstanceInternal(SoundInstance instance) { this.instance = instance; }