Compiling onInit when loading presets?
- 
 I have a randomizing function triggered by a button that messes with most parameters of a synth that I keep in my onInit script for the interface. The problem is, when I load a preset it also runs that function. So even that is a surprise every time lol. How can I avoid that? 
- 
 @blezzbeats set SaveInPreset to false for your randomizing button. 
- 
 @Lindon omg of course, thank you! 
