Javascript with MaxMSP 02 (separate texts)
July 28th, 2008
This is the new development. I combine text input patch to my javascript.
Whenever I type a new text it will show up on the screen.
The tricky part is writing a counter to separate texts to different element.
function settext(t)
{
jtext2ds[counter].text(t);
counter++;
}
Below are the patch and script:

jm03js
Special thanks to Peter! I had a create time discussing programming with you
Recent Comments