MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / clear

Method clear

Lib/Model/Notes.cpp:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

resetMethod · 0.45
convertMethod · 0.45
computeFeaturesMethod · 0.45
prepareToPlayMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected