I want to do a JSFX that is to be loaded multiple times. Now the multiple instances of the JSFX need to know who they are (i.e.get an instance number). In fact, they will have slides that of course are stored and re-loaded by Reaper automatically. But the "global" memory is used for storing realtime-values they share, and I need to have an individual pointer to that array, so that each plugin has it's dedicated area to write to. After the complete system configuration, each instance might have a slider that defines it's instance number, and then everything will work fine, but when a new instance is added, the slider should automatically be set to a "free" position. This can't easily be done in the @init section as this might be called multiple times and now the would be correct position is already taken (by the instance itself in a former @init) and it does not know this fact. Any hint's (e.g. appropriate use of @serialize ? ) thanks, -Michael