MCPcopy Create free account
hub / github.com/LMMS/lmms / getSendModel

Method getSendModel

src/gui/widgets/SendButtonIndicator.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

fxMixerFunction · 0.85
channelSendModelMethod · 0.80
channelIndexMethod · 0.80

Tested by

no test coverage detected