Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LenweSaralonde/0c31239bda596877c317b2ab3a9d96c4 to your computer and use it in GitHub Desktop.
Save LenweSaralonde/0c31239bda596877c317b2ab3a9d96c4 to your computer and use it in GitHub Desktop.

OBSOLETE: This feature is now included in the addon.

See: https://github.com/LenweSaralonde/Musician#play-as-a-band

Synchro start macros

These macros allow party members to play as a band and start playing different parts of the same song at the same time.

Enable synchro start

~~This macro has to be run by all the party members of the band to enable synchro start. ~~ /run Musician.Comm:RegisterComm("MusicianGPlay", function(_, _, t) if t == "PARTY" then MusicianFrame.Play() end end); Musician.Utils.Print("Synchro start enabled !")

Synchro start

Run this macro to make all the band members to start or stop playing at the same time /run Musician.Comm:SendCommMessage("MusicianGPlay", "play", "PARTY", nil, "ALERT")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment