XTC sampling seed
int? get xtcSeed => _xtcSeed;
set xtcSeed(int? value) { _xtcSeed = value; notifyListeners(); }