mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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:
parent
a77ac7107f
commit
3d395585c1
51 changed files with 91 additions and 91 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue