done channels used to clean up pooler if GUI goes down
InitPooler() added to Remote type, useful for reinitiating the Pooler.
For this reason Pooler now defined as singleton type.
True for Bus, Strip, Vban and Output types.
Bus[i].Eq() and Strip[i].Eq() now return pointers to eQ structs.
This makes it easier to extend Eq types in future if desired.
Strip[i].Comp() now return pointer to comp struct
Strip[i].Gain() now return pointer to gain struct
This is to support the new API features in Potato 3.0.2.8
Removed casting in factory function return statements.
Since types are satisfied implicitly.
eQ struct type tests added