Can't get combine() to work

:wave: Hello,

Does anyone know how to feed the combine() Lua binding the proper RegionList element and/or track info. it needs to combine selected regions?

This:

No approach/angle I’m trying seems to get it to manifest a combined region.
Is there some hidden, specific criteria that hasn’t been mentioned anywhere?

Thanks,
-J

have you tried:
“Region/combine-regions” from keyboard shortcuts and print bindings

Editor:access_action(“Region”,“set-selection-from-region”)
Editor:access_action(“Region”, "combine-regions ")`

Oh, sorry, I suppose I should specify further:
I’m making a Lua script (more info. here) for Ardour, and just needed to know how to properly feed a certain binding/function some info…

But don’t worry about it, because I already solved it! :+1:
I guess I should have deleted this post while I had the chance… haha

Thanks though!
-Cheers,
-J