View Single Post
Old 04-14-2019, 04:28 AM   #32
nappies
Human being with feelings
 
nappies's Avatar
 
Join Date: Dec 2017
Posts: 302
Default

Hey Sexan, do not pay attention there are people who are against everything new)


I have a suggestion for a code. AS will stick more precisely(with grid snapping settings follow snap visibility) if you add this line.
Code:
   if snap == 1 then closest_grid = reaper.SnapToGrid(0,reaper.BR_GetClosestGridDivision( mouse_time_pos )) else closest_grid = nil end
Instead of this line
Code:
if snap == 1 then closest_grid = reaper.BR_GetClosestGridDivision( mouse_time_pos ) else closest_grid = nil end
nappies is offline   Reply With Quote