make front workspace type "Group"
set newCue to last item of (selected of front workspace as list)
set mode of newCue to start_first--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
TikTok: https://www.tiktok.com/@QLab.app
Bluesky: https://bsky.app/profile/qlab.app
---
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 visit https://groups.google.com/d/msgid/qlab/7a562349-6927-470e-b947-7f7b59517e39n%40googlegroups.com.
tell application id "com.figure53.QLab.5"
tell front workspace
repeat with i from 0 to 50
make type "Group"
set newCue to last item of (selected as list)
set mode of newCue to playlist
set playlist crossfade duration of newCue to i / 10
set actualValue to playlist crossfade duration of newCue
log i / 10 & " > " & actualValue
end repeat
end tell
end tell
(*2.8, > , 3.0*)
(*2.9, > , 3.0*)
(*3.0, > , 3.0*)
(*3.1, > , 3.1*)
(*3.2, > , 3.2*)