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

Method exportInstruments

BambooTracker/bamboo_tracker.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void BambooTracker::exportInstruments(io::BinaryContainer& container, const std::vector<int>& instNums)
186{
187 io::BankIO::getInstance().saveBank(container, instMan_, instNums);
188}
189
190int BambooTracker::findFirstFreeInstrumentNumber() const
191{

Callers 1

Calls 1

saveBankMethod · 0.80

Tested by

no test coverage detected