MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getConfiguration

Method getConfiguration

lib/SoundReactivePlugin/src/SoundReactivePlugin.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280void SoundReactivePlugin::getConfiguration(JsonObject& jsonCfg) const
281{
282 MutexGuard<MutexRecursive> guard(m_mutex);
283
284 jsonCfg["freqBandLen"] = m_numOfFreqBands;
285}
286
287bool SoundReactivePlugin::setConfiguration(const JsonObjectConst& jsonCfg)
288{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected