Page 1 of 1

Posted: 08 Feb 2011, 20:02
by caco
I am currently programming a new user module in which it would be advantageous to be able to alter the number of parameters the module contains.

I can use the test query system to be able to set the number of parameters when the module is first created but ideally I would like to be able to add/remove/change parameters during the module's life time. Is this possible? I suspect not from reading through the SDK code but thought I should ask incase I have missed anything :)

Posted: 10 Feb 2011, 13:09
by caco
I'll take that as a no then :)

Posted: 10 Feb 2011, 13:39
by senso
I understand you're request, but actually it seems to be impossible in Usine.
I know that I have to implement this feature in Usine with "built-in modules " , and consequently in the SDK with "user's modules".
It will be, I hope , in the next major release.

Posted: 10 Feb 2011, 14:16
by caco
That would be an awesome addition to my user module and I look forward to its addition to the SDK.

Until then, I will just hardcode a fixed set of inputs/outputs into my module and structure my code in a way that can be altered in the future.

Thanks for the reply Senso