(* ###FIXME### This script needs testing in the wild to see how it works with slices in practice: as of 4.1.3QLab appears to retain slice points within the duration of a new File Target but resets the start & end times (this script maintains start & end times) *)tell front workspacetry -- This protects against no selection (can't get last item of (selected as list))set selectedCue to last item of (selected as list)if q type of selectedCue is "Audio" thenset currentStart to start time of selectedCueset currentEnd to end time of selectedCueset currentFileTarget to file target of selectedCueif currentFileTarget is not missing value thentell application "System Events"set whereToLook to (path of container of (currentFileTarget as alias)) as aliasend tellset newFileTarget to choose file of type "public.audio" with prompt "Please select the new File Target:" default location whereToLookelseset newFileTarget to choose file of type "public.audio" with prompt "Please select the new File Target:"end ifset file target of selectedCue to newFileTargetset start time of selectedCue to currentStartset end time of selectedCue to currentEndend ifend tryend tell
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/26adf517-080e-4538-8ed3-40ad1d8b4801%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Replace a file — Dragging a file from the browser and dropping it on an entry in the list makes the Live Set reference the new file instead of the old one. For samples used in audio clips, Live retains the clip properties; the Warp Markers are kept if the new sample has the same or a greater length as the old sample and discarded otherwise. Please note that re-placing a sample will change all clips in your set that reference this sample.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/5A27C06E-09D0-4C40-B7FD-F047DDC971C5%40Maik-Waschfeld.de.
I think for an individual clip you drop it onto the waveform to keep the clip properties.
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/s9W81s0GI_g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/AD6B4F00-9B04-4A9C-9F0F-98F7D056EB47%40mac.com.