MCPcopy Create free account
hub / github.com/audacity/audacity / Delete

Method Delete

libraries/lib-mixer/Envelope.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void Envelope::Delete( int point )
375{
376 mEnv.erase(mEnv.begin() + point);
377
378 ++mVersion;
379}
380
381void Envelope::Insert(int point, const EnvPoint &p) noexcept
382{

Callers 5

EnvelopeUpdatedMethod · 0.45
OnDeletePresetMethod · 0.45
UpdateDrawMethod · 0.45
CommitMethod · 0.45
TestReferencingMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by 1

TestReferencingMethod · 0.36