OBSOLETE: This feature is now included in the addon.
See: https://github.com/LenweSaralonde/Musician#play-as-a-band
These macros allow party members to play as a band and start playing different parts of the same song at the same time.
~~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 !")
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")