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

[components] add more arpeggiator styles #142

Open
anokta opened this issue Oct 27, 2024 · 0 comments
Open

[components] add more arpeggiator styles #142

anokta opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
feature introduce things stretchfeature p4 things
Milestone

Comments

@anokta
Copy link
Owner

anokta commented Oct 27, 2024

enum class ArpeggiatorStyle : BarelyArpeggiatorStyle {
  kUp = 0,
  kDown = 1,
  // kUpDown = 2,
  // kDownUp = 3,
  // kUpAndDown = 4,
  // kDownAndUp = 5,
  // kPinkyUp = 6,
  // kThumbUp = 7,
  kRandom = 8,
};
@anokta anokta self-assigned this Oct 27, 2024
@anokta anokta added feature introduce things stretchfeature p4 things labels Oct 27, 2024
@anokta anokta added this to the backlog milestone Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature introduce things stretchfeature p4 things
Projects
None yet
Development

No branches or pull requests

1 participant