Modulation Source as Delta (change of CC value over time) #18
AlexMitchellMus
started this conversation in
Opcode suggestions
Replies: 0 comments 2 replies
-
Possibly, we would want step/smooth/curve equivalents for deltacc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think given the rest of sfz syntax, keep it to delta. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Modulation opcode request:
ondeltaccN
Takes a simple first order derivative of a CC's history.
Rising values on the first CC induce positive values in the derivative, and falling values induce negative values in the derivative.
This would allow the user to implement breath vibrato to pitch vibrato conversion.
ondeltaccN
should also be able to be stacked withcurveccN
etc.eg:
In the above example, when you're increasing breath pressure, you go sharp, and when you're backing off, you go flat. (or use curve 1 if you want the opposite reaction)
Suggested by discord user Mal-2
Beta Was this translation helpful? Give feedback.
All reactions