MCPcopy Create free account
hub / github.com/LMMS/lmms / saveSettings

Method saveSettings

src/core/LfoController.cpp:185–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185void LfoController::saveSettings( QDomDocument & _doc, QDomElement & _this )
186{
187 Controller::saveSettings( _doc, _this );
188
189 m_baseModel.saveSettings( _doc, _this, "base" );
190 m_speedModel.saveSettings( _doc, _this, "speed" );
191 m_amountModel.saveSettings( _doc, _this, "amount" );
192 m_phaseModel.saveSettings( _doc, _this, "phase" );
193 m_waveModel.saveSettings( _doc, _this, "wave" );
194 m_multiplierModel.saveSettings( _doc, _this, "multiplier" );
195 _this.setAttribute( "userwavefile" , m_userDefSampleBuffer->audioFile() );
196}
197
198
199

Callers

nothing calls this directly

Calls 1

saveSettingsFunction · 0.85

Tested by

no test coverage detected