2012-03-17, 04:20 PM 
	
	
	
		Looking at the source for the dbox recorder I see these too commands
If I left the tuning as is and just gave an option to send these commands when appropriate, would that do what you need?
Martin
	
	
	
Code:
                        if (true == value && "ok" == SendCommand("control/setmode?record=start"))
                            recordingMode = true;
                        else if (false == value && "ok" == SendCommand("control/setmode?record=stop"))If I left the tuning as is and just gave an option to send these commands when appropriate, would that do what you need?
Martin