| 435 | } |
| 436 | |
| 437 | int |
| 438 | VoiceAllocationUnit::loadScale (const std::string & sclFileName) |
| 439 | { |
| 440 | return tuningMap.loadScale(sclFileName); |
| 441 | } |
| 442 | |
| 443 | int |
| 444 | VoiceAllocationUnit::loadKeyMap (const std::string & kbmFileName) |
nothing calls this directly
no outgoing calls
no test coverage detected