| 2591 | } |
| 2592 | |
| 2593 | void BambooTracker::eraseStepNote(int songNum, int trackNum, int orderNum, int stepNum) |
| 2594 | { |
| 2595 | comMan_.invoke(std::make_unique<EraseStepCommand>(mod_, songNum, trackNum, orderNum, stepNum)); |
| 2596 | } |
| 2597 | |
| 2598 | int BambooTracker::getStepInstrument(int songNum, int trackNum, int orderNum, int stepNum) const |
| 2599 | { |