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