You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is important to re-sync a Metro or an Osc object. We could also either add a reset() function, which would be the easiest. We could also choose to add similar functions as the Chronometer object, with start/stop/resume functions. But this would involve keeping track of whether the object has been started.
The text was updated successfully, but these errors were encountered:
reset() - would work but is currently used for resetting accumulators (eg. moving average, min max, etc.)
start() - would make sense (especially if we implement the stop/resume/etc. function) but not so evocative (we have a similar problem with the Chronometer class)
This is important to re-sync a Metro or an Osc object. We could also either add a reset() function, which would be the easiest. We could also choose to add similar functions as the Chronometer object, with start/stop/resume functions. But this would involve keeping track of whether the object has been started.
The text was updated successfully, but these errors were encountered: