| 223 | } |
| 224 | |
| 225 | std::vector<std::string> BambooTracker::getInstrumentNames() const |
| 226 | { |
| 227 | return instMan_->getInstrumentNameList(); |
| 228 | } |
| 229 | |
| 230 | //--- FM |
| 231 | void BambooTracker::setEnvelopeFMParameter(int envNum, FMEnvelopeParameter param, int value) |
no test coverage detected