e.g
tell application "Music"
set sound volume to 70
play (first playlist whose name begins with "Art of")
delay 3
set sound volume to 90
play (first track whose name begins with "Heavy Aspirations")
delay 5
stop
end tell
tell application "Music"
set sound volume to 0
play track "True Love"
repeat with i from 1 to 100
set sound volume to i
delay 0.1
end repeat
delay 15
set i to 100
repeat 100 times
set i to i - 1
set the sound volume to i
delay 0.1
end repeat
delay 10
stop
end tell
--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/721b1261-c831-4459-821c-7b70a84d94d3n%40googlegroups.com.