private void Awake()
 {
     _timeStepper = FindObjectOfType <TimeStepper>();
     _shuffler    = FindObjectOfType <Shuffler>();
     _animators   = FindObjectsOfType <PatternOscillatorAnimator>();
 }