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
functioninit(modstate)
-- this function is called at the creation of each LFO (so voice on etc...)-- and allows you to adjust the modstate with pre-calculated valuesmodstate["subscriptions"]["macros"] =truereturnmodstateendfunctionprocess(modstate)
-- this is the per-block'process'. input will contain keys 'phase' 'intphase',-- 'deform'. You must set the output value and return it. See the manual or-- tutorials for moremodstate["output"] =modstate["phase"] *2-1returnmodstateend
This will crash surge every time because the macros has gone to true. Should give a proper error instead or just deal.
The text was updated successfully, but these errors were encountered:
This will crash surge every time because the macros has gone to true. Should give a proper error instead or just deal.
The text was updated successfully, but these errors were encountered: