conductor = FindConductor(name);
D0 A0
struct Conductor *FindConductor(STRPTR);
Returns the conductor with the given name or NULL if not found.
The conductor list must be locked before calling this function. This is done by calling
LockRealTime(RT_CONDUCTORS).