mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
tom's loop: fix arguments to add_region()
This commit is contained in:
parent
5ccfe6feae
commit
557bbcbfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ function factory (params) return function ()
|
||||||
|
|
||||||
-- do the actual work
|
-- do the actual work
|
||||||
local region = track:bounce_range (loop:start (), loop:_end (), itt, proc, false)
|
local region = track:bounce_range (loop:start (), loop:_end (), itt, proc, false)
|
||||||
playlist:add_region (region, playhead, 1.0, false, n_paste)
|
playlist:add_region (region, playhead, n_paste, false, 0)
|
||||||
|
|
||||||
n_regions_created = n_regions_created + 1
|
n_regions_created = n_regions_created + 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue