Hi,
Is there something like the "float" object (right inlet stores, left inlet can send), but for messages?
I have an array that I'm sending "set newarray" into, but I don't want it to actually send it until it gets a bang.
The reason is I have one MIDI note that picks the array to send, but I want the second MIDI note to trigger it actually being sent. First note picks it, second note needs to send it, therefore I need to store it first.
Basically I am wondering if there's an object that can store messages, and will send them when it gets another bang.
Any thoughts?
It would be better if it wasn't an extended object also :-\