I have been looking at the scripting for the BPM global module, and wondering if its possible to kill the global alpha when the bpm is 0? I had a go at this: if sharedDict['BPM'] < 1: modul8.setValue('ctrl_master_alpha',0) I was trying to put it in the init() section of a copy of the BPM global. WIl...