MCPcopy Create free account
hub / github.com/davy7125/polyphone / processBendChanged

Method processBendChanged

sources/clavier/controllerarea.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294bool ControllerArea::processBendChanged(int channel, float value)
295{
296 updateBend(channel, value, channel != -1);
297 return false;
298}
299
300void ControllerArea::updateBend(int channel, float value, bool stopTimer)
301{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected