How to stop a Quartz Clock and then restart it again for a different song/BPM/time signature?

None of the documentation or tutorials seem to cover how to end a quartz clock and restart it again later for a different song/bpm/time signature.

Are you supposed to End Clock and then Create New Clock with a new Clock Name? Do you need to Unsubscribe from All Time Divisions first? I’ve tried just about every combination of quartz function I can find, but can’t get it working. I can end or pause the clock, but can’t get it going again and don’t understand why. Any help would be really appreciated!

(post deleted by author)

I’ve got something working… needs more testing but I’ll share for anyone else losing their mind…

  1. Fade song out
  2. Stop clock
  3. Delete clock
  4. Cleanup any old audio components still in queues/arrays
  5. Recreate clock the same way as initially but then add a Start Clock that triggers on the PlayQueuingStatusEvent Queued event from your Play Quantized

Maybe this was obvious to some but not me :slight_smile: