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

Custom mapping formulas? #4

Open
vincerubinetti opened this issue Jun 5, 2023 · 0 comments
Open

Custom mapping formulas? #4

vincerubinetti opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vincerubinetti
Copy link
Owner

Sometimes we might want to do more complex logic/operations on notes. For example, the higher the pitch, the more random its velocity should be. Or, the lower the velocity, the more staccato the note should be. I could add a text box where the user could type in a function that receives things like pitch, start, duration, previous note, next note, next note of same pitch, etc., and returns a modified note. This would add a lot of complexity, and also arguably increases the scope from "midi humanizer" into "midi programmer". For now, it's assumed that you just have to do this type of advanced editing manually in your DAW on a case by case basis.

@vincerubinetti vincerubinetti added the enhancement New feature or request label Jun 5, 2023
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

1 participant