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

Press button to randomise #27

Open
afternoon opened this issue Jun 27, 2023 · 0 comments
Open

Press button to randomise #27

afternoon opened this issue Jun 27, 2023 · 0 comments

Comments

@afternoon
Copy link
Owner

Currently, sequences are regenerated whenever a parameter is changed. For sequence generators which have some randomness as an input, this means that they change dramatically on each parameter change. This makes it impossible to generate a sequence and iterate upon it. For example, by cutting a 16-step sequence down to 8 steps.

It should be possible to control when regeneration happens and which elements are randomised. Some example scenarios:

  1. Randomise only melody notes
  2. Randomise groove (step velocities)
  3. Randomise everything to start a new idea
  4. Randomise only one parameter

Probably this could work as follows:

  1. Go to the Melody page, press the [RAND] button
  2. Go to the Groove page, press [RAND]
  3. Long-press [RAND]
  4. Hold [RAND] and tweak the encoder for the param(s) you want to randomise
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