View Single Post
Old 09-01-2013, 02:28 PM   #195
spk77
Human being with feelings
 
Join Date: Aug 2012
Location: Finland
Posts: 2,668
Default

Quote:
Originally Posted by Argitoth View Post
I tried all the actions and I also tried what you just suggested, but they always MOVE the media item in some way rather than trimming the edge off.
Just tested - you are right, but I think it's possible to get "Start in source" -value by using reascript and then trim the left edge to that point.

It seems to be this line in chunk: "SOFFS -6.00000000000000" (Start in source = -6 seconds)

edit. I used RPR_GetMediaItemTakeInfo_Value() to get the "Start in source" -value: takeStart = float(RPR_GetMediaItemTakeInfo_Value(takeId, "D_STARTOFFS"))

Last edited by spk77; 09-02-2013 at 08:25 AM.
spk77 is offline   Reply With Quote