MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / setStepKeyOff

Method setStepKeyOff

BambooTracker/bamboo_tracker.cpp:2578–2581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576}
2577
2578void 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
2583void BambooTracker::setStepKeyCut(int songNum, int trackNum, int orderNum, int stepNum)
2584{

Callers 1

PatternEditorPanelMethod · 0.80

Calls 1

invokeMethod · 0.80

Tested by

no test coverage detected