an object to replace the message send/zl reg object?

queglay's icon

currently I am using a message object and a "prepend append" object above it to add strings on the end of whatever is stored in there. eventually th collected messages are sent with a bang.

i dont like having this message object though because it takes up more and more space as messages are added.

zl reg is normally a good replacement, but you cannot append to zl reg.

is there another alternative?

broc's icon

Your question is a bit vague. Can you explain it with an example patch?

Floating Point's icon
Max Patch
Copy patch and select New From Clipboard in Max.

how about this: use zl join:

queglay's icon

thats very good, thanks. is it possible to clear out the zl reg object so it contains nothing?

pdelges's icon

The zlclear message.

p