Compare commits
2 Commits
f1e44c6acf
...
25e70f3f99
| Author | SHA1 | Date | |
|---|---|---|---|
| 25e70f3f99 | |||
| 1d9706e19a |
@ -6,7 +6,7 @@ ardour {
|
||||
description = [[Rename selected regions using track name and label of range marker at region start]]
|
||||
}
|
||||
|
||||
function factory()
|
||||
function factory ()
|
||||
-- there is currently no direct way to find the track
|
||||
-- corresponding to a [selected] region
|
||||
function find_track_for_region(region_id)
|
||||
@ -20,7 +20,7 @@ function factory()
|
||||
assert (0) -- can't happen, region must be in a playlist
|
||||
end
|
||||
|
||||
return function()
|
||||
return function ()
|
||||
local sel = Editor:get_selection () -- get current selection
|
||||
local loc = Session:locations() -- get locations
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user