You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate the potential for a module file "simplifier" or "optimizer" which uses State data to reconstruct ModuleData.
The simplification would trim away unused samples/instruments, effects that don't do anything, unused effect columns, and add good practice choices like stopping a portamento before it reaches its min/max pitch rather than relying on quirky behavior, etc.
Module simplification could probably be implemented relatively easily for any modules/systems with Import/Export and GenerateData implemented for them.
Investigate the potential for a module file "simplifier" or "optimizer" which uses State data to reconstruct ModuleData.
The simplification would trim away unused samples/instruments, effects that don't do anything, unused effect columns, and add good practice choices like stopping a portamento before it reaches its min/max pitch rather than relying on quirky behavior, etc.
Module simplification could probably be implemented relatively easily for any modules/systems with Import/Export and GenerateData implemented for them.
I imagine using it like this:
The text was updated successfully, but these errors were encountered: