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

Method removeBinding

src/core/MidiControlManager.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void MidiControlManager::removeBinding(const QString& paramId)
199{
200 for (int i = m_bindings.size() - 1; i >= 0; --i) {
201 if (m_bindings[i].paramId == paramId) {
202 m_bindings.removeAt(i);
203 }
204 }
205 rebuildIndex();
206}
207
208void MidiControlManager::clearBindings()
209{

Callers 1

refreshBindingTableMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected