Topic: Maximum Script Size
One of the best features about Nware is the scripting component.
The systems that I am currently working on have very simple audio requirements but very large quantities of GPIO to manage that are very easily taken care of in a script, however there have been many times when I have come up against the maximum script size of 256 x 256.
I expect that this maximum is an arbitrary size.
Usually the script itself is doing something fairly simple, and actually not being called very often. It would be extremely useful if the maximum script size could be increased to 512x512, or better still 1024 x 1024, As trying to implement that same functionality using multiple 256 x 256 scripts is very complicated and probably uses more resources than a single script of that size would anyway.
What about having scripts with a maximum total of 2048 input/output nodes, so you could have 1024x1024, or 2047x1, or 1x2024.....
I would be quite happy if this size of script were only available on Conman, or maybe if a script size over 256x256 was set, then a message box would come up saying 'scripts of this size are better placed on Conman than a Nion'.
How about only allowing scripts of greater than 256x256 in Nware++ mode?
Should be a fairly simle change?