Change Quartz Clock settings on rhythm

Hey guys!

Glad to know that i’m not the only one facing this problem and even more that that Epic’s team is already working on it!

Still for now, what I have done is :

  1. I’ve load a tempomap in UE as a datatable
  2. Create all the Quartz Clocks I need for my audio file (one per time signature)
  3. Create another Quartz clock with the smallest subdivision 1/32 (this will be in charge of playing the sound)
  4. On every 1/32, I check if my current time signature clock is at it’s last beat.
  5. If so, I unsubscribe, pause, and reset transport for this clock… start and subscribe the clock corresponding to the new time signature.

It seems to be working really well and easily manageable with the external tempomap!