soundyi -
@Joshua, I took a look at your patcher and JavaScript for migration max patcher and it looks interesting. I discuss this a little bit, so...
6
Exploring some use cases for the declareattribute feature in [v8] I stumbled upon not being able to require a json file (v8: could not...
1
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...
4
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...
Thank you Joshua, this is a nice trick!
3