13
0
livetrax/libs
Mads Kiilerich 0b27d6e652
Fix proximity threshold for polyline
I'm not good with a mouse, so I found it hard to edit animation lines.
The mouse position has to be quite precise, with only a small threshold.

Looking at the code, AutomationLine sets the threshold for the PolyLine
to 4.0 . That seems to be a distance, and better for me than what I
experience.

The actual code in PolyLine is however comparing it directly to the
squared distance, making it more sensitive than expected.

Fixed by computing the squared threshold - also including the line
width.
2022-10-17 00:09:25 +02:00
..
appleutility
ardour Do not constrain bundle names to 32 chars 2022-10-16 21:45:09 +02:00
ardouralsautil Distinct stderr messages from ARD 2022-09-12 16:15:10 +02:00
audiographer Fix typos 2022-09-21 19:09:55 -06:00
auscan
backends Increase coreMIDI robustness, do not drop late events 2022-09-24 02:29:50 +02:00
canvas Fix proximity threshold for polyline 2022-10-17 00:09:25 +02:00
clearlooks-newer
evoral increment/decrement name changes ... out with old in with the new (libs 2022-10-07 17:30:35 -06:00
fluidsynth
fst
gtkmm2ext Prevent duplicate signal emission 2022-10-08 17:12:10 +02:00
hidapi
libltc
lua LuaBridge - add API to try convert a value 2022-09-26 21:39:21 +02:00
midi++2
panners
pbd Insert_or_assign properties, allow to override properties 2022-10-07 00:32:14 +02:00
plugins
ptformat
qm-dsp
surfaces Add dedicated InsertReturnLevel type 2022-10-14 02:21:49 +02:00
temporal Be liberal about what to accept 2022-10-16 22:30:35 +02:00
vamp-plugins
vamp-pyin Fix typos 2022-09-21 19:09:55 -06:00
vfork
vst3
waveview
widgets Allow multiple sizing texts for ArdourButton/Dropdown 2022-09-20 02:35:26 +02:00
zita-convolver
zita-resampler