| 182 | } |
| 183 | |
| 184 | void ModulationMatrixRow::buttonClicked(juce::Button* button) |
| 185 | { |
| 186 | if (button == &removeButton) |
| 187 | { |
| 188 | if (onDeleteCallback) |
| 189 | onDeleteCallback(); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | void ModulationMatrixRow::sliderValueChanged(juce::Slider* slider) |
| 194 | { |
nothing calls this directly
no outgoing calls
no test coverage detected