Correct namespace of constants in some Lua scripts

This commit is contained in:
Robin Gareus 2021-11-28 21:10:19 +01:00
parent d3fe3ab866
commit 797bc1a162
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ function factory (params)
end
a = a + n_samples
if (a > timeout * Session:sample_rate()) then
Session:request_stop (false, false, TRS_UI);
Session:request_stop (false, false, ARDOUR.TransportRequestSource.TRS_UI);
end
end
end