View Single Post
Old 02-03-2019, 10:43 AM   #9
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,913
Default

Quote:
Originally Posted by nofish View Post
How did you measure the SWS actions processing time btw.?
Same way basically,
Code:
init_time = reaper.time_precise() -- For benchmarking code.

reaper.Main_OnCommand(reaper.NamedCommandLookup('_NF_DISABLE_MULTICHAN_MTR_SEL'), 0) -- SWS/NF: Disable multichannel metering (selected tracks)

duration = reaper.time_precise() - init_time
reaper.ShowConsoleMsg(tostring(duration) .. "\n")
Edgemeal is offline   Reply With Quote