| 1320 | } |
| 1321 | |
| 1322 | void 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 | |
| 1329 | void LfoPanel::updateRateSlider() |
| 1330 | { |
no outgoing calls
no test coverage detected