mattyo -
Just had the same problem. Was it in an M4L device by any chance? \M
2
TFL -
My bad, I read too quickly. I don't think I ever used ParameterListener, and now I wonder what the difference is between a new...
5
aleksuuu -
Hello! I wrote a JS tool that sends initial values of all mapped parameters back out to a MIDI controller as CC messages. This can be...
1
elizabeth collinsa -
Yeah, Max treats JS arrays and Max lists differently. When you use post(), it prints JS arrays with commas (0,0,0,0). But outlet() converts...
4
klaus filip -
this.patcher.box.boxtext
7
Dan -
You're welcome, glad it's working!
make sure, you are using the latest version: https://github.com/ppooll-dev/ll_externals the old jsui prototype from my first post above is...
Joshua Kit Clayton -
Glad to hear! If you can isolate that part of your patch any and are able to identify a change in behavior, we could then evaluate if there...
The old jsvg_get_size function was ambiguous in considering the size of an SVG when the viewbox did not start at 0,0. This posed a number...
Oops, I forgot to mention that the leftmost outlet of [textedit] needs to be connected back to [tc.preset]. That's probably why you can't...
23