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
one feature from the old softcut didn't make it forward: phase_offset
the phase_quant is always relative to 0 (this makes sense), but i'm looking to do weird things (in mlr specifically) where i want to check phase quantum with an offset.
ie, if phase quantum is 0.4s but the loop i'm interested in looking at starts at 1.0s, things don't line up as the start point is not a multiple of the quantum.
my hack for the old softcut was to add the offset command. will re-attempt to dip into crone a bit later.
The text was updated successfully, but these errors were encountered:
one feature from the old softcut didn't make it forward:
phase_offset
the
phase_quant
is always relative to 0 (this makes sense), but i'm looking to do weird things (in mlr specifically) where i want to check phase quantum with an offset.ie, if phase quantum is 0.4s but the loop i'm interested in looking at starts at 1.0s, things don't line up as the start point is not a multiple of the quantum.
my hack for the old softcut was to add the offset command. will re-attempt to dip into crone a bit later.
The text was updated successfully, but these errors were encountered: