| 49 | } |
| 50 | |
| 51 | FloatModel * SendButtonIndicator::getSendModel() |
| 52 | { |
| 53 | FxMixer * mix = Engine::fxMixer(); |
| 54 | return mix->channelSendModel( |
| 55 | m_mv->currentFxLine()->channelIndex(), m_parent->channelIndex()); |
| 56 | } |
| 57 | |
| 58 | void SendButtonIndicator::updateLightStatus() |
| 59 | { |
nothing calls this directly
no test coverage detected