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

Add ad-hoc client-driven sequencing of patterns #1

Merged
merged 1 commit into from Mar 11, 2019
Merged

Add ad-hoc client-driven sequencing of patterns #1

merged 1 commit into from Mar 11, 2019

Conversation

zenblender
Copy link
Contributor

This adds the ability to create sequences on-the-fly. When a pattern is playing, it is part of a sequence that can be added to by clicking the Add button (plus sign) to the right of another pattern. Currently, the pattern will change every 15 seconds (assuming more than one pattern is in the sequence). Simply click a pattern name to clear the current sequence and go back to just displaying a single pattern (i.e. a sequence of one pattern that never changes).

@@ -7,6 +7,7 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like to keep files local, in case someone's running on a raspberry pi out of internet range. assuming this fails gracefully, not a problem.

@simap simap merged commit d9d8865 into simap:master Mar 11, 2019
@simap
Copy link
Owner

simap commented Mar 11, 2019

Thank you again for this, works well, and is pretty slick!

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

Successfully merging this pull request may close these issues.

None yet

2 participants