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, pickF, selectF, squeeze and select all share some similarities that are obscured by their naming. For me this obscures their purpose and makes them hard to remember.
I have for now renamed these in my own setup using my "golfing" style:
e.g. inhabit is now an alias for pickSqueeze there. I think it's good to keep the friendly inhabit type name as well as the more descriptive pickSqueeze type name there.
sew and stitch feel related to pick, but using boolean lookup.
Ref: https://tidalcycles.org/docs/reference/conditions
Currently,
pickF
,selectF
,squeeze
andselect
all share some similarities that are obscured by their naming. For me this obscures their purpose and makes them hard to remember.I have for now renamed these in my own setup using my "golfing" style:
@mindofmatthew also suggested:
The text was updated successfully, but these errors were encountered: