void Awake()
 {
     player           = GetComponent <clipPlayerSimple>();
     signal           = GetComponent <timelineTrackSignalGenerator>();
     _deviceInterface = GetComponentInParent <timelineDeviceInterface>();
 }
 public void Awake()
 {
     _timelineDeviceInterface = GetComponent <timelineDeviceInterface>();
     Init();
 }