mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
fix typos in share/scripts directory
Found via `codespell -q 3 -S "*.pdf,*.po,./.git,*.tosc,./waf,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch" -L acount,addin,ane,ba,buss,busses,caf,capela,devine,disconnectin,discreet,doubleclick,envolution,filetest,fo,ghandi,homs,hsi,layed,maschine,mis,nd,ontop,pass-thru,removeable,retrn,ro,scrollin,sectionin,seh,siz,sord,sur,te,trough,ue,wth`
This commit is contained in:
parent
f4562a9b4c
commit
52f3986cb6
12 changed files with 22 additions and 22 deletions
|
|
@ -24,7 +24,7 @@ function factory () return function ()
|
|||
local curPos = region:position()
|
||||
local curBeat = Editor:get_grid_type_as_beats(true, curPos)
|
||||
local nextPos = Temporal.timepos_t.from_ticks(curPos:ticks() + curBeat:to_ticks())
|
||||
-- gap could be used to create mulitple duplicates at once
|
||||
-- gap could be used to create multiple duplicates at once
|
||||
local gap = Temporal.timecnt_t.from_ticks(curBeat:to_ticks())
|
||||
playlist:duplicate(region, nextPos, gap, 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue