Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
void Envelope::Delete( int point )
375
{
376
mEnv.erase(mEnv.begin() + point);
377
378
++mVersion;
379
}
380
381
void Envelope::Insert(int point, const EnvPoint &p) noexcept
382
{
Callers
5
EnvelopeUpdated
Method · 0.45
OnDeletePreset
Method · 0.45
UpdateDraw
Method · 0.45
Commit
Method · 0.45
TestReferencing
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
1
TestReferencing
Method · 0.36