Hardcoded FX presets
-
Is it a good idea to add the hardcoded FX to the preset system using
addModuleStateToUserPreset()
? I have a bunch of effects that share the same controls (the controls are linked to which ever effect is currently selected). Currently I'm storing the control values in sliderpacks but if I can just save the entire module in the preset that will simplify things. -
@d-healey Yes, I'm using this approach in our next project too.
-
@Christoph-Hart Music to my ears :D
-
Did I miss a major update or something? What are these "Hardcoded FX" I keep seeing? Is there a docs summary or something available?
-
@iamlamprey They're basically effects slots for script node effects.
-
@d-healey ahh fun, time to get educated i guess ;)
-
@iamlamprey It's still very fresh from the oven and the API and other things might change a bit though.