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

Method loadSettings

src/core/midi/MidiController.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133void MidiController::loadSettings( const QDomElement & _this )
134{
135 Controller::loadSettings( _this );
136
137 m_midiPort.loadSettings( _this );
138
139 updateName();
140}
141
142
143

Callers

nothing calls this directly

Calls 1

loadSettingsFunction · 0.50

Tested by

no test coverage detected