Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contiguous anything? #761

Open
jwaldmann opened this issue Jan 18, 2021 · 0 comments
Open

Contiguous anything? #761

jwaldmann opened this issue Jan 18, 2021 · 0 comments

Comments

@jwaldmann
Copy link
Contributor

jwaldmann commented Jan 18, 2021

Reading #760 got me thinking:

Could we extract this "contiguous version of" (a.k.a. gapless) as a function for the Haskell API?

So that euclidGapless x y = gapless $ euclid x y (pure True) or similar.

It seems that this hypothetical gapless can only be applied to sequences, not arbitrary patterns - an instance of https://club.tidalcycles.org/t/accumulation-over-patterns-why-we-cannot-have-it/2706 ?

This indicates to me that Pattern is too abstract for some applications. In Haskell land, we can then use the list type [a] but in mininotation, everything's a pattern, except sometimes it's not ( https://club.tidalcycles.org/t/polymetrics-api-fication/2705 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant