JS - loop function on input list
If I have a function in a JS node that works on an input variable, can I pass a list of many of those variables in to the JS node and have something like a foreach loop call the function for each one?
HI
yes . check arrayfromargs
method
https://docs.cycling74.com/max7/vignettes/jsglobal
Thanks!