AndroidAudioMods / ViPERFX_RE

Reverse Engineering of ViPER4Android FX
235 stars 16 forks source link

Create effects instances only when needed #4

Open iscle opened 1 year ago

iscle commented 1 year ago

Right now we're creating all effect instances when instantiating ProcessUnit_FX, then disablng them with the "enabled" parameter. Instead, we could save memory by not craeting an instance if the effect is not enabled.