Hi,
It could be nice to have a notification when mlys.lua “compiling” is done.
All the best,
_TG
Hi,
It could be nice to have a notification when mlys.lua “compiling” is done.
All the best,
_TG
Duly noted, dear Thomas!
More precisely, some message could be output from modalys~'s last rightmost outlet when an instance of mlys.lua has completed its initialize()
mandatory function.
The question is whether this should be automatic (ex: “mlys.lua MyLuaController initialized”) or left to the user’s choice through a dedicated function:
modalys.post_thru_modalys_tilde("coucou")
(which would result in mlys.lua MyLuaController coucou)
post_thru_modalys_tilde
could as to sophisticated as to mix any number of values and strings output as a list. Ex:
modalys.post_thru_modalys_tilde("truc",5,3.14,"done")
resulting in mlys.lua MyLuaController truc 5 3.14 done
What think you?
Best,
Robert