ok got it. ISpread is for spread inputs. For a single inut ( like enable pin or bang ON pin) ?
check the first tutorial, I am a newbie also , but as far as I know you may declare it from the fields&pins Region like that :
[Input("enabled", DefaultValue = 1.0, IsSingle = true)] ISpread<bool> FEnabled;
IsSingle : to declare that the spreads takes only one value ISpread<bool> : True or False
I have a similar problem with arrays, how to put variables from pins/inputs to my matrices. I take this message :
E 52 Cannot implicitly convert type 'VVVV.PluginInterfaces.V2.ISpread<int>' to 'int' Template.cs
anonymous user login
~2d ago
~8d ago
~9d ago
~22d ago
~1mth ago
check the first tutorial, I am a newbie also , but as far as I know you may declare it from the fields&pins Region like that :
IsSingle : to declare that the spreads takes only one value
ISpread<bool> : True or False
I have a similar problem with arrays, how to put variables from pins/inputs to my matrices. I take this message :
E 52 Cannot implicitly convert type 'VVVV.PluginInterfaces.V2.ISpread<int>' to 'int' Template.cs