Please note that this is not a question about LUA Version, this is about Renoise LUA API version.
hi, does someone have a set of information on which lua api versions are used for which renoise versions?
say, v2.8 renoise, which lua api version is used there?
What? Where did you read that? As far as I know, there are only the Renoise versions, and the associated API versions, that are based on Lua v5.1 code. Nothing else.
lua api version 6 is in renoise 3.2 and lua api version 6.1 is in 3.4 or so.
i am working on limiting certain features in Paketti so that they don’t error out.
think like this:" oh, style=strong exists for version of renoise that is v3.4 - but will error on v3.1 - so disable style=strong in all gui dialogs so v3.1 users don’t see errors.