lcd move of text

Ad.'s icon

I'd like to know if it was possible to make some text moving in jit.lcd with sprintf and not with the message (clear, moveto $1 $2, ascii 23 45, bang…)
See my patch:

Max Patch
Copy patch and select New From Clipboard in Max.

Thanks in advance.

Ad/

ygreq's icon

you probably figured this out by yourself already, but here goes:

You were sending messages from springf to message box without a necessary bang to messasge box for output, but you were sending an unnecessary bang from springf to jit.lcd. I just changed that and the result:

Max Patch
Copy patch and select New From Clipboard in Max.

Ad.'s icon
Ad.'s icon

Thank you for your response.
My point was to avoid message box and its unnessessary visualisation.
So I just wanted to put the output from sprintf into jit.lcd.
I still don't understand why this doesn't work…
Thx
Ad

Tj Shredder's icon

a message with a comma is not a single message, its several messages. You could use the trigger object to get this kind of multiple messages.
try instead of the [t b s] a [t bang s s clear] and two sprintf objects.
(I guess you are not (yet) on Max 5...)

Stefan

ygreq's icon

@Ad. Sorry for the misunderstanding!