File tree Expand file tree Collapse file tree
Source/Processors/DataThreads Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -929,6 +929,7 @@ void RHD2000Editor::saveCustomParameters(XmlElement* xml)
929929 xml->setAttribute (" DSPCutoffFreq" , dspInterface->getDspCutoffFreq ());
930930 xml->setAttribute (" save_impedance_measurements" ,saveImpedances);
931931 xml->setAttribute (" auto_measure_impedances" ,measureWhenRecording);
932+ xml->setAttribute (" LEDs" , ledButton->getToggleState ());
932933}
933934
934935void RHD2000Editor::loadCustomParameters (XmlElement* xml)
@@ -950,6 +951,7 @@ void RHD2000Editor::loadCustomParameters(XmlElement* xml)
950951 dspInterface->setDspCutoffFreq (xml->getDoubleAttribute (" DSPCutoffFreq" ));
951952 saveImpedances = xml->getBoolAttribute (" save_impedance_measurements" );
952953 measureWhenRecording = xml->getBoolAttribute (" auto_measure_impedances" );
954+ ledButton->setToggleState (xml->getBoolAttribute (" LEDs" , true ),sendNotification);
953955}
954956
955957
You can’t perform that action at this time.
0 commit comments