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

Method buttonClicked

Source/Panels/ControlPanel/ModulationMatrixPanel.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void ModulationMatrixRow::buttonClicked(juce::Button* button)
185{
186 if (button == &removeButton)
187 {
188 if (onDeleteCallback)
189 onDeleteCallback();
190 }
191}
192
193void ModulationMatrixRow::sliderValueChanged(juce::Slider* slider)
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected