| 2576 | } |
| 2577 | |
| 2578 | void BambooTracker::setStepKeyOff(int songNum, int trackNum, int orderNum, int stepNum) |
| 2579 | { |
| 2580 | comMan_.invoke(std::make_unique<SetKeyOffToStepCommand>(mod_, songNum, trackNum, orderNum, stepNum)); |
| 2581 | } |
| 2582 | |
| 2583 | void BambooTracker::setStepKeyCut(int songNum, int trackNum, int orderNum, int stepNum) |
| 2584 | { |
no test coverage detected