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
Currently, I'm using Repeat and Time to calculate an onTime and offTime and using that in the Osc function intended to be compatible with the Apex usage. However, I'm calculating the offTime by subtracting onTime from Repeat. This could cause issues if Repeat is set to 0 with the intent to disable any repeat. I'll need to add some sanity checks to ensure this does not happen.
The text was updated successfully, but these errors were encountered:
lnevo
added a commit
to lnevo/Libraries
that referenced
this issue
Oct 10, 2015
Currently, I'm using Repeat and Time to calculate an onTime and offTime and using that in the Osc function intended to be compatible with the Apex usage. However, I'm calculating the offTime by subtracting onTime from Repeat. This could cause issues if Repeat is set to 0 with the intent to disable any repeat. I'll need to add some sanity checks to ensure this does not happen.
The text was updated successfully, but these errors were encountered: