sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

when using stop(), first column of Matrix does not return upon play() #94

Open GoldenQubicle opened 7 years ago

GoldenQubicle commented 7 years ago

How to reproduce: open the matrix example sketch and change pause to stop() - line 89. Next run the sketch, press p to stop matrix playing and toggle any of the cells in the first column. Now press p to start play and notice 'dong' is not triggered, nor are theX & theY printed in console. Only once the Matrix has looped will the first column trigger.

Bit annoying as I want to use the matrix as an animation timeline and so have to wait one loop before I can see the trigger on first column. Other than that it's a really awesome library though!