public abstract void setNextChain(SoundSlot next);
public override void setNextChain(SoundSlot next) { this.next = next; }