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

[Feature Request] Add loop modes to slicerT #7364

Open
1 task done
thismoon opened this issue Jul 2, 2024 · 0 comments
Open
1 task done

[Feature Request] Add loop modes to slicerT #7364

thismoon opened this issue Jul 2, 2024 · 0 comments

Comments

@thismoon
Copy link

thismoon commented Jul 2, 2024

Enhancement Summary

Add loop modes to slicerT similar to the ones in AFP
loop modes determine the behavior of slicerT when a slice finishes being played
here is my suggestion for what modes should be implemented (they are identical to AFP's modes except for the last one):

  • disabled: when a slice finishes playing it stops producing sound
  • loop: when a slice finishes playing it replays again until the note ends
  • mirror: when a slice finishes playing a reversed version of it plays, when that version finishes a normal version plays and so on
  • continue: when a slice finishes playing it automatically plays the next slice as it was a normal sample and not sliced

Implementation Details / Mockup

I don't currently have a mockup but it should be implemented similar to how it's implemented in AFP
four buttons. only one can be activated at a time. it affects all the slices
i think there's a lack of space issue that can be fixed by making that top preview panel shorter

Please search the issue tracker for existing feature requests before submitting your own.

  • I have searched all existing issues and confirmed that this is not a duplicate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant