LoopLimit has to be greater then 1??
eric123791 opened this issue · 4 comments
2.6.40...2.6.41#diff-e9e472f3552dd0eb04e1cb761890c01363b6a0aca9d969b9a90390c3a75097d3
line 878 the comparative operator should be greater and equal (>=)
Has to be greater than 1 - otherwise it’s not an inner loop. The PostMacro lines may as well be just on the Sequence itself.
TimothyLuke
… On 18 Jan 2021, at 6:53 am, Eric Hsin ***@***.***> wrote:
2.6.40...2.6.41diff-e9e472f3552dd0eb04e1cb761890c01363b6a0aca9d969b9a90390c3a75097d3
line 878 the comparative operator should be greater and equal (>=)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
if tonumber(sequence.LoopLimit) < 2 then
If the number is less than 2 then ignore the PostMacro. This is exactly what is it is supposed to be.
No that’s KeyRelease (after) and KeyPress (before)
https://github.com/TimothyLuke/GnomeSequencer-Enhanced/wiki/Inner-Loop
TimothyLuke
… On 18 Jan 2021, at 7:27 am, Eric Hsin ***@***.***> wrote:
sounds good, i thought postmacro is appended at every sequence line
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.