You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description:
message: "attempt to perform arithmetic on field 'key' (a nil value)"
when trying to use key in init() in Formula LFO
For exemple, this won't work:
function init(state)
state.note = state.key % 12
return state
end
Surge XT Version
1.3.4 and Nightly Nov 29 2024
Version:
Plugin Type: [VST2, VST3, AU]
Bitness: [32-bit or 64-bit]
Computer Information (please complete the following!):
OS: [Windows 10]
Host: [Reaper]
The text was updated successfully, but these errors were encountered:
Bug Description:
message: "attempt to perform arithmetic on field 'key' (a nil value)"
when trying to use key in init() in Formula LFO
For exemple, this won't work:
function init(state)
state.note = state.key % 12
return state
end
Surge XT Version
1.3.4 and Nightly Nov 29 2024
Computer Information (please complete the following!):
The text was updated successfully, but these errors were encountered: