MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / registerParam

Method registerParam

src/core/MidiControlManager.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173// ── Parameter registry ──────────────────────────────────────────────────────
174
175void MidiControlManager::registerParam(const MidiParam& param)
176{
177 m_paramIndex[param.id] = m_params.size();
178 m_params.append(param);
179}
180
181const MidiParam* MidiControlManager::findParam(const QString& id) const
182{

Callers 1

registerMidiParamsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected