How do I clear the contents of a value object?
Hi, I've tried sending it an empty message but still retains it's previous value and it doesn't take a clear message.
thx Lee
Max Patch
Copy patch and select New From Clipboard in Max.
this is the only way I know how to do it, via patcher scripting:
(stupid, I know)
i use placeholders such as "777", "zzzzzzzzzz" or the smallest possible negative number to initialize such objects and then filter that placeholder out using [route].
-110
Here my workaround.
Best
Max Patch
Copy patch and select New From Clipboard in Max.
@nicolas your (elegant) solution works in v 6.0.x too
btw my idea probably wouldn't work once the patcher is saved
thx for the replies guys, will check em out later :)