reduce Channel memory usage #21

Closed
opened 2025-07-24 15:17:58 +00:00 by awonak · 1 comment
awonak commented 2025-07-24 15:17:58 +00:00 (Migrated from git.pinkduck.xyz)

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.

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

Fixed in Refactor CV Mod #24
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: awonak/libGravity#21
No description provided.