Hi, I'm planning to continue creating the Typed*ControlRegistry classes.<br>Should I begin with a basic registration test like:<br><br>BaseTypedOutControl<float>* out;<br>TypedOutControlRegistry registry;<br>registry.ProcessingInterface_Register(out);<br>
<br>and then adding tests for the same interface of the *ControlRegistry???<br>The next step could be adding the necessary code to use these classes from the Processing class, and then adding the registraton to the Typed*Control to the two typedcontrol constructors.<br>
Is this ok?<br>Francisco<br>