| 801 | |
| 802 | |
| 803 | void Knob::friendlyUpdate() |
| 804 | { |
| 805 | if (model() && (model()->controllerConnection() == NULL || |
| 806 | model()->controllerConnection()->getController()->frequentUpdates() == false || |
| 807 | Controller::runningFrames() % (256*4) == 0)) |
| 808 | { |
| 809 | update(); |
| 810 | } |
| 811 | } |
| 812 | |
| 813 | |
| 814 |
nothing calls this directly
no test coverage detected