Just a quick question without polluting the thread to much.
Is this what I need if:
I want to create predefined modules only in "dev mode" (meaning I can use a macro processor during development and disable it before export) I want to add scripts to those modules (they would be scriptFX that are using their process callback) add/remove corresponding buttons on the interfaceThe rationale behind this is to dynamically create a set of tools (modules + scripts + components) that are helping me during development then throw everything away before export with a simple macro (or uncommenting an included file which is about the same)