--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
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.
For more options, visit https://groups.google.com/d/optout.
tell application id "com.figure53.qlab.3"
tell front workspace
set thisCue to last item of (selected as list)
set inPoint to action elapsed of thisCue
set start time of thisCue to inPoint
end tell
end tell
tell application id "com.figure53.qlab.3"
tell front workspace
set thisCue to last item of (selected as list)
set outPoint to action elapsed of thisCue
set end time of thisCue to outPoint
end tell
end tell
Lucas hit this dead on. It would be even better to be able to set in and out points in a window similar to the 'audition' window,
--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
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.
For more options, visit https://groups.google.com/d/optout.
<External editor.cues>
That's amazing.
That said it woukd be great to have a lit if this stuff native to QLab.
Lucas Krech wrote:
> That said it woukd be great to have a lit if this stuff native to QLab.
Is there a meaningful functional difference between "native to QLab" and
"triggered by hotkey script"?
At the risk of piling work on our plates, I’d say there is, from a usability perspective.That said, it’s a never-ending balancing act to decide what should be built in, for who, and for what goals. The more QLab gets adopted by more people in more places, the harder that balancing act is. Without making a judgement about this specific example, one thing I like about scripting is that it provides a healthy way to create features for some designers that, were they ALL built-in, could muddy the waters for other designers.Another angle on this: we’re hoping to start shipping some pre-built template workspaces that have pre-built script cues for handy functions. This is another way to look at adding features that are more built-in, but still have the flexibility of scripts.