| 194 | } |
| 195 | |
| 196 | void ControllerArea::on_knob1_valueChanged(int value) |
| 197 | { |
| 198 | ui->labelValue1->setText(QString::number(value)); |
| 199 | ContextManager::midi()->processControllerChanged(false, _channel, ui->comboControl1->getCurrentCC(), value); |
| 200 | } |
| 201 | |
| 202 | void ControllerArea::on_knob2_valueChanged(int value) |
| 203 | { |
nothing calls this directly
no test coverage detected