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

Method replaceInstrumentInPattern

BambooTracker/bamboo_tracker.cpp:2784–2789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2782}
2783
2784void BambooTracker::replaceInstrumentInPattern(int songNum, int beginTrack, int beginOrder, int beginStep,
2785 int endTrack, int endStep, int newInstNum)
2786{
2787 comMan_.invoke(std::make_unique<ReplaceInstrumentInPatternCommand>(
2788 mod_, songNum, beginTrack, beginOrder, beginStep, endTrack, endStep, newInstNum));
2789}
2790
2791size_t BambooTracker::getPatternSizeFromOrderNumber(int songNum, int orderNum) const
2792{

Callers 1

Calls 1

invokeMethod · 0.80

Tested by

no test coverage detected