tidalcycles/Tidal

Make `ghost'` and `ghost''` parameters patternable

cleary opened this issue · 0 comments

Type: ghost' :: Time -> Pattern ValueMap -> Pattern ValueMap
Type: ghost'' :: Time -> (Pattern a -> Pattern a) -> Pattern a -> Pattern a

Both functions return an error when trying to pattern the Time parameter - it'd be nice if this were possible :)