| 234 | } |
| 235 | |
| 236 | void Notes::clear() |
| 237 | { |
| 238 | mRemainingEnergy.clear(); |
| 239 | mRemainingEnergy.shrink_to_fit(); |
| 240 | |
| 241 | mRemainingEnergyIndex.clear(); |
| 242 | mRemainingEnergyIndex.shrink_to_fit(); |
| 243 | } |
| 244 | |
| 245 | void Notes::_addPitchBends(std::vector<Event>& inOutEvents, |
| 246 | const std::vector<std::vector<float>>& inContoursPG, |
no outgoing calls
no test coverage detected