how to print specific name into jit.cellblock
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?
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".
I'm still using Max 8 but will look into jit.cellbloack
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