Florian Demmer -
Hi Otger, not 100% sure where the error might stem from without greater context. But here is a simple example that seems to be working...
2
Conall Ó Maoláin -
That's exactly what I wanted! Thank you so much :)
6
Nodanoma -
Thank you Joshua and sorry for not having got back to you earlier. Meanwhile I downgraded Max to an earlier version to not have to stick...
3
mattyo -
Just had the same problem. Was it in an M4L device by any chance? \M
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...