kria: pattern quantization #17
Closed
Conversation
|
hey michael! this is great, thank you!
but i'm also mid-process integrating this feature into a greater expansion
of the pattern system, which will allow pattern chaining similar to WW.
so i'd prefer not to pull this in, but do feel free to post a forked binary
to the forum for people to use in the meantime-- i'm sure some people will
very much appreciate it.
…On Fri, Feb 24, 2017 at 5:33 AM, Michael Kedzierski < ***@***.***> wrote:
Here's my stab at pattern quantization for kria.
- It is off by default, and settings are stored per-pattern. It is
accessed by holding down the time modifier button while on the pattern view.
- There are two rows, the second row acts as a multiplier for the top
row's value, so you can quantize to greater than the length of one pattern.
- Turn it on simply by selecting a value in the top row, turn it off
by selecting the currently selected value in the top row.
- When active, the pattern will reset when the currently set
quantization length is reached. When a new pattern is selected, the current
pattern will play out until the currently set quantization length is
reached before switching to the newly selected pattern.
------------------------------
You can view, comment on, or merge this pull request online at:
#17
Commit Summary
- kria: pattern quantization
File Changes
- *M* src/ansible_grid.c
<https://github.com/monome/ansible/pull/17/files#diff-0> (75)
- *M* src/ansible_grid.h
<https://github.com/monome/ansible/pull/17/files#diff-1> (2)
Patch Links:
- https://github.com/monome/ansible/pull/17.patch
- https://github.com/monome/ansible/pull/17.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPEcGknhxQB6R6jqgp3grz19-mQiT8-ks5rfrHcgaJpZM4MLDfa>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Here's my stab at pattern quantization for kria.