Lokasenna_GUI icon indicating copy to clipboard operation
Lokasenna_GUI copied to clipboard

Possible improvement for problems with too fast double-click speed

Open reasolger opened this issue 3 years ago • 1 comments

This hint is from a post in the ReaLauncher thread (post #488): https://forum.cockos.com/showthread.php?p=2397003#post2397003

Just in case someone has an issue with the double clicking speed being too fast:

Open "Core.lua" in Lokasenna's GUI library, the file is likely located in "Scripts\ReaTeam Scripts\Development\Lokasenna_GUI v2\Library", search for "Left button" comment line, find the lines (starts at line 838 for ver. 2.9)

-- Double clicked? if GUI.mouse.downtime and reaper.time_precise() - GUI.mouse.downtime < 0.10

and change the value in bold to something higher, 0.30 seems to work okay.

reasolger avatar Mar 02 '21 15:03 reasolger

Fantastic @reasolger This is to be done. It solves a lot of issues.

tormyvancool avatar Mar 02 '21 18:03 tormyvancool