Nodanoma -
It throws the error, since it's expecting a number as default and enumindex is an invalid 'style'; as mentioned above, use enum instead....
3
I would agree, this functionaloty is not available. The JS API could perhaps provide an OutletListener() class or something, if enough...
TFL -
If you want to send messages from outlet, you can do this: const Max = require('max-api'); Max.outlet('my message'); It's taken from the...
2
Roald Baudoux -
obj.size[x,y] functions with regular objects but I couldn't use it to enlarge message boxes or flonums.
7
weuoimi -
Hello, my current node script implies polyphonic note output. The thing is it abundantly uses js timeout and generates notes...
1
Thank you Joshua, this is a nice trick!
This confirms what I feared but allright! Thank you TFL.
It's worth mentioning that the first function-argument of applydeepif() will run for every object that have 'my_object_varname' as a...
4
I'm reviving this old subject because I have the very same issue. Does anyone know how to achieve this?
Adam Murray -
The above approach only works for "erasable types", and means you cannot use things like TypeScript enums. However, with a little extra...