03-29-2020, 06:29 AM | #1 |
Human being with feelings
Join Date: Apr 2013
Location: France
Posts: 10,388
|
Items Snap Offset reset to 0 (6.06) (FIXED)
Hi !
It seems there is a weird bug in 6.06 (not in 6.05), win 10 x64 So when Snap Offset is changed via reascript, it get reset if items become unselected Code:
local item = reaper.GetSelectedMediaItem( 0, 0 ) local take = reaper.GetActiveTake(item) if take and not reaper.TakeIsMIDI(take) then reaper.SetMediaItemInfo_Value(item, "D_SNAPOFFSET", 1) end reaper.UpdateArrange() This break all snap offset script, What is wrong ? Thx !
__________________
Free ReaScripts - Premium Scripts - Custom Scripts Dev - Learn ReaScript - XR Theme - Stash Files - ReaLinks - Website - ReaComics - Alien 2347 - Donation Last edited by X-Raym; 03-29-2020 at 06:52 AM. |
03-29-2020, 06:49 AM | #2 |
Human being with feelings
Join Date: Apr 2013
Location: France
Posts: 10,388
|
EDIT : it seems in fact snap offset is broken even out of the scope of ReaScript !
impossible to set snap offset different to 0
__________________
Free ReaScripts - Premium Scripts - Custom Scripts Dev - Learn ReaScript - XR Theme - Stash Files - ReaLinks - Website - ReaComics - Alien 2347 - Donation |
03-29-2020, 06:51 AM | #3 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,519
|
Confirmed, thanks. We will release 6.07 shortly to fix this.
Last edited by schwa; 03-29-2020 at 09:18 AM. |
03-29-2020, 08:56 AM | #4 |
Human being with feelings
Join Date: Apr 2013
Location: France
Posts: 10,388
|
Just tested 6.07 and it seems good !
__________________
Free ReaScripts - Premium Scripts - Custom Scripts Dev - Learn ReaScript - XR Theme - Stash Files - ReaLinks - Website - ReaComics - Alien 2347 - Donation |
03-30-2020, 02:55 AM | #5 |
Human being with feelings
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 2,468
|
Well done, guys.
__________________
www.sachetsofrelish.com |
Thread Tools | |
Display Modes | |
|
|