Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Roll20 Audio Master - loop does not work

I have 2 tracks i want to play and stop wih macros. "Wazliruc" and "Wazliruc2" !roll20AM --audio,play,loop|Wazliruc|Wazliruc2 !roll20AM --audio,stop|Wazliruc|Wazliruc2 First command just starts the first track. The second command kills my loop. First command does not activate the loop again. And sorry for another complain - but. This is one more API with a terrible documentation. No examples. How do I even call the "in game help handout" for more details on the keywords?
"The in-game help has been disabled for the time being because of the new User Interface, which makes building help around the UI a challenge." All according to the wiki:&nbsp; <a href="https://wiki.roll20.net/Script:Roll20_Audio_Master" rel="nofollow">https://wiki.roll20.net/Script:Roll20_Audio_Master</a>
Thanks for the reply. It still does not work. And still stops the loop when I use the stop command. I can't activate loop on play. I wouldn't mind to use 2 calls to start the 2 tracks like: !roll20AM --audio,play,loop|Wazliruc !roll20AM --audio,play,loop|Wazliruc2 !roll20AM --audio,stop|Wazliruc !roll20AM --audio,stop|Wazliruc2 Main problem is the loop which just does not start.
Loop hasn't worked for me either, at all.
1571558747

Edited 1571558846
Great. Thanks for the info. So far I'm not really impressed about most of the plugins I used because the core features of them mostly don't work or don't work properly. I guess I get the code from github then and start fiddling around until it actually works. Maybe Roll20 should have some kind of "quality check" for "official" plugins installable via the website. That makes a pretty bad impression for people who pay money for being able to use plugins...
If you set the playmode to loop within the roll20AM chat UI (!roll20AM --config, &gt;Tracks) for any specific track, then it will loop when played via macro.&nbsp; For example I use something like: !roll20AM --audio,play|TrackName --config,menu=tracks
1571588592

Edited 1571588665
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
!roll20AM --audio,play,loop|Wazliruc Won't work. Per the documentation, "loop" is part of the edit suite. You set the track to loop. When you give the play command it will loop. If you do this with multiple tracks, they will each loop when played. Try this sequence: !roll20AM --edit,mode,loop|Wazliruc !roll20AM --edit,mode,loop|Wazliruc2 followed by: !roll20AM --audio,play|Wazliruc !roll20AM --audio,play|Wazliruc2 To reset the tracks to single mode, use: !roll20AM --edit,mode,single|Wazliruc !roll20AM --edit,mode,single|Wazliruc2
1571611829

Edited 1571611917
Victor B.
Pro
Sheet Author
API Scripter
Having written the this API (or rather rewritten it from Scott C), I haven't had a bug reported on it in about a year.&nbsp; It's very stable.&nbsp; The problems arise when people start creating macros and they are done incorrectly.&nbsp;&nbsp; I'd highly suggest that you use the menus to setup and launch your playlists or tracks and then use the up arrow key to see the command that was issued.&nbsp; Then copy that syntax into your macro.&nbsp;&nbsp; I personally don't use macros.&nbsp; I use the menus in game.&nbsp;&nbsp;