MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / setOnDataChangedCallback

Method setOnDataChangedCallback

Source/Panels/ControlPanel/LfoPanel.cpp:1322–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320}
1321
1322void LfoPanel::setOnDataChangedCallback(std::function<void()> callback)
1323{
1324 // Here we connect the LfoPanel's callback to the LfoEditor's callback.
1325 // This completes the chain from the innermost component to the outermost.
1326 onDataChanged = callback;
1327}
1328
1329void LfoPanel::updateRateSlider()
1330{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected