if you haven't already, view Initializing An Actuator to see how to first initialize an actuator
Now we can add the actuator to the instrument using
metalOrchestra.addToggleActuator( actuatorName );
Replace actuatorName with the name of the actuator you want to add
Replace metalOrchestra with the name of the instrument you initialized in Initializing An Instrument