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