Joshua Kit Clayton -
You may find something like this color replacement utility for performing batch editing operations on patchers a helpful starting point for...
4
TFL -
Just calling mgraphics.redraw() at the end of your onclick() event should solve your problem. Also, in case you're not aware of it,...
2
I used class instead of interface because these are constructable objects at runtime, not just type contracts. An interface would just...
Nodanoma -
Thank you for clarifying, hadn't seen the property list and that was new to me — makes total sense!
8
Roald Baudoux -
This is an interesting idea.
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...
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!
3
This confirms what I feared but allright! Thank you TFL.