I'm using co-ordinates from a grid to trigger a note. at the moment when a Button (co-ord) is pressed and held while a new Button press occurs, new button press on release will also cause the previous button press to stop ( despite it remains pushed).
Im trying to implement this block diagram where we receive a co-ord, check the condition. If true the co-ord is sent forward and stored as current co-ord. If false the co-ord is checked against current co-ord...
The thing is Im not sure how to store the co-ordinate values so as you would in a general-purpose program perhaps? Has anyone designed a keyboard application and had to do this?![Screen Shot 2017-05-17 at 17.16.05.png](/uploads/files/1495039722630-screen-shot- 2017-05-17-at-17.16.05.png)
Please find attached a flow chart and the pure data patch to implement to flow chart design.
many thanks