Store x,y pairs of numbers temporarily
bang | A offer to ouput every y-value received since the last message was received (or since the last initialization). | will cause|
int | x-value [int] |
In left inlet: The number specifies the x value of an x,y pair. If a y value has been received in the right inlet, the two numbers are stored together in offer; otherwise, offer looks for an x value that matches the incoming number, sends out the corresponding y value, then deletes the stored pair. If there is no x value stored in offer that matches the number received, offer does nothing. |
(inlet1) | y-value [int] |
In right inlet: The number specifies a y value to be stored in offer. The next x value (int) received in the left inlet causes the two numbers to be stored together as an x,y pair. |
clear | In left inlet: Deletes the entire contents of offer. |