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
the plugin disallows assignment of a return value of set_engine_par. Normally that function does not return a value. But for ENGINE_PAR_EFFECT_SUBTYPE as in e.g.
According to
http://vi-control.net/community/threads/additions-to-the-sublimeksp-compiler.53496/page-2#post-3966055
the plugin disallows assignment of a return value of
set_engine_par
. Normally that function does not return a value. But forENGINE_PAR_EFFECT_SUBTYPE
as in e.g.filter_load_id := set_engine_par(ENGINE_PAR_EFFECT_SUBTYPE,FILTER_TYPE_SV_LP4,-1,2,NI_BUS_OFFSET+1)
it does and the plugin rejects this with
Expected expression of integer type, got None
The text was updated successfully, but these errors were encountered: