Introduce basic Euclidean Rhythm #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/9/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each channel can define a euclidean rhythm by setting a number of steps (up to 16) and a number of hits to evenly distribute within those steps. CV Mod is available, however the cv mod acts as an override instead of a sum mix like the other parameters.
Refactor
applyCvMod()so it is only called if cv mod is active for that channel. Now the setter methods will update the final output value if cv mod is not active.