Max object for displaying lines of text
Hi, is there a simple Max object where I can just append lines of text one at a time for display?
thx
Max Patch
Copy patch and select New From Clipboard in Max.
what about textedit?
this still has some problems but I'm sure one can get rid of them. Just too lazy right now.
Max Patch
Copy patch and select New From Clipboard in Max.
Max Patch
Copy patch and select New From Clipboard in Max.
I'm using [jit.cellblock] with one column.
thx for the replies guys - the one column jit.cellblock was what I came up with too, though I also like the addition of the newline to other stuff via itoa - always wondered how you'd do that in Max as there doesn't seem to be an escape character for adding it - nice!