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
when a wavesetsevent-generated event has type \rest, it has a duration of nil,
which can be surprising when you use event[\dur] to calculate other values -
It took me a long while to figure out where exactly a rare error in a wavesets patch happened.
Maybe WavesetsEvent should have an instance variable restDur with a safe default value,
e.g. 0.01 or so, so even if it goes into a no-wavesets=found loop, it does not lock up?
The text was updated successfully, but these errors were encountered:
when a wavesetsevent-generated event has type \rest, it has a duration of nil,
which can be surprising when you use
event[\dur]
to calculate other values -It took me a long while to figure out where exactly a rare error in a wavesets patch happened.
Maybe WavesetsEvent should have an instance variable restDur with a safe default value,
e.g. 0.01 or so, so even if it goes into a no-wavesets=found loop, it does not lock up?
The text was updated successfully, but these errors were encountered: