View Single Post
Old 09-27-2017, 07:25 AM   #4
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,815
Default

Code:
reaper.ShowConsoleMsg(string.format("%.16f",firstend))
reaper.ShowConsoleMsg(string.format("%.16f",secondstart))

should show that the numbers are different (probably because the start of the second is snapped to sample).
schwa is offline   Reply With Quote