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

Setting pitch (with related box colours)? #23

Open
mxmilkiib opened this issue Dec 15, 2020 · 1 comment
Open

Setting pitch (with related box colours)? #23

mxmilkiib opened this issue Dec 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mxmilkiib
Copy link

How about being able to set the pitch of each clip? Give each pitch a colour and use some mod key + mouse scroll to shift that up and down for each sample box?

@sjaehn
Copy link
Owner

sjaehn commented Dec 15, 2020

I really like your ideas, but they are really challenging ;-).

This would mean that each clip need to be pitch shifted. Using a granular pitch shifter (I've got one as you know) as granulars keep the clip size. However, they produce some latency. And they are really hungry for CPU speed. And there are already complaints about CPU high for B.Jumblr even without pitch shifting. See #19 . And as there are up to 32 clips to play simultaneously, there will be 32 pitch shifters to run at the same time in worst case. I'm afraid the recent i9 processors would be too slow.

Anyway, I'll think about it and keep your suggestion.

@sjaehn sjaehn added the enhancement New feature or request label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants