View Single Post
Old 11-20-2013, 01:48 PM   #18
IXix
Human being with feelings
 
Join Date: Jan 2007
Location: mcr:uk
Posts: 3,889
Default

Quote:
Originally Posted by James HE View Post
Collisions are now easy to avoid with _globals, but listing the _globals I've used here.

"ID", for example, is probably not a good label here, as it is too general. but I got here first, so don't use ID...

for VCA's
_global.ID
_global.slaveset
_global.resetoffset

for hardware router
_global.hardwaresel
_global.outonelev
_global.outtwolev
_global.outrestlev

(future) recording setup delay
_global.isp
I'd use _global.pluginName.varName. That way there's no chance of collision.
IXix is offline   Reply With Quote