- network q to “toggleSelectionIsPlayhead”- network q to query “selectionIsPlayhead” and return that to the notes of cue “SiP”- script q containing:
tell application id "com.figure53.QLab.5" to tell front workspaceset thisCue to cue "SiP"set myVariable to notes of thisCueif myVariable is "0" thendisplay notification "Playhead is UNLOCKED"elsedisplay notification "Playhead is LOCKED"end ifend tell
On 21 May 2025, at 17:54, 'Rich Walsh' via QLab <ql...@googlegroups.com> wrote:
You need to set the Notifications preferences in System Settings for QLab 5 to use “Banners” rather than “Alerts”. Then they self dismiss.
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
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/A07A89AA-92AD-47FD-A70F-99F98CB6F2DE%40mac.com.
I’ve played with this but the trouble that I’m having is that ideally I’d love the alert to stay active/visible until the shortcut is hit to re-link playhead & selection, at which point it would be dismissed.
set theMessage to "/settings/general/selectionIsPlayhead false"
do shell script "echo " & quoted form of theMessage & "| nc -u -w 0 127.0.0.1 53535"
tell application "System Events" to tell appearance preferences to set appearance to graphite
Lock Hotkey 2
set theMessage to "/settings/general/selectionIsPlayhead true"
do shell script "echo " & quoted form of theMessage & "| nc -u -w 0 127.0.0.1 53535"
tell application "System Events" to tell appearance preferences to set appearance to blue
On 30 May 2025, at 22:04, micpool <m...@micpool.com> wrote:
Here's a workspace that has 2 scripts to unlock or lock the playhead to the selection and change the selection color to indicate the state.
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
Instagram: https://www.instagram.com/Figure53
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/f7c6284c-837c-4b13-a460-2aa5735f0f6bn%40googlegroups.com.
<Screen Recording 2025-05-30 at 22.00.34.mov><Graphite.qlab5>