| 1376 | } |
| 1377 | |
| 1378 | void InputEditorModel::seekToFrame(unsigned long long frame) |
| 1379 | { |
| 1380 | rewind(frame, true); // rewind and enforce seek to frame |
| 1381 | } |
| 1382 | |
| 1383 | void InputEditorModel::setAutoholdInput(int column, bool checked) |
| 1384 | { |
no outgoing calls
no test coverage detected