reduce Channel memory usage #21
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Currently Channel has a separate variable for each parameter's cv modded value whether or not the parameter is modded. Since you can only mod 2 parameters at a time, it makes sense to only store 2 modded values.
Fixed in Refactor CV Mod #24