Fix various typos

Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`  
Follow-up to 364f2f078
This commit is contained in:
luz paz 2022-04-07 09:09:04 -04:00 committed by Robin Gareus
parent a77ac7107f
commit 3d395585c1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
51 changed files with 91 additions and 91 deletions

View file

@ -153,7 +153,7 @@ function factory (unused_params)
if k > 1 or v ~= last then
-- Create automation point re-scaled to parameter target range. Do not create a new point
-- at cycle start if the last cycle ended on the same value. Using al:add seems to lead
-- to unwanted extranous events. al:editor_add does not exhibit these side effects.
-- to unwanted extraneous events. al:editor_add does not exhibit these side effects.
al:editor_add(pos, lower + v * (upper - lower), false)
end
last = v
@ -161,7 +161,7 @@ function factory (unused_params)
end
-- remove dense events
al:thin (20) -- threashold of area below curve
al:thin (20) -- threshold of area below curve
-- TODO: display the modified automation lane in the time line in order to make the change visible!