how to print specific name into jit.cellblock

F_Dos's icon

I want to display something I print into the console but to be display inside the patch (using jit.cellbloack or other object appropriate)

How to do so?

TFL's icon

Check [console] to get the message from the console into your patch.
But instead of printing the messages in the console, why not sending them to the desired object(s) directly? The all new [messageview] from Max 9.1.0 might be helpful.

If you want to set your messages into [jit.cellblock], check the object help file, tab "setting values".

F_Dos's icon

I'm still using Max 8 but will look into jit.cellbloack

Source Audio's icon

comment and textedit are least demanding objects to show text in patcher.

choice depends a bit on what sort of data you need to display

and in what arrangement