Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

unbreaking chords

Open yaxu opened this issue 5 years ago • 1 comments

This could be useful

unBreak pat orig = toWhole $ struct pat orig
  where toWhole = withEvents ((\x -> x {part = wholeOrPart x}) <$>)

'unbreaks' a sequence into a chord.

E.g. unBreak "t t" "0 1 2 3" should be the same as "[0, 1] [2, 3]"

yaxu avatar Jan 28 '20 17:01 yaxu

same as #279 ?

ndr-brt avatar Nov 12 '21 07:11 ndr-brt