Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ min
Function
min
src/commands/CompareAudioCommand.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
inline int min(int a, int b)
115
{
116
return (a < b) ? a : b;
117
}
118
119
bool CompareAudioCommand::Apply(const CommandContext & context)
120
{
Callers
15
Apply
Method · 0.70
ProcessTracks
Method · 0.50
SnappingProcessor
Method · 0.50
Populate
Method · 0.50
Get
Method · 0.50
Init
Method · 0.50
AdvancedTrackTime
Method · 0.50
DrawClipAffordance
Method · 0.50
OffsetSequenceTime
Method · 0.50
GetPlaybackSlice
Method · 0.50
PlayPlayRegion
Method · 0.50
GetPlaybackSlice
Method · 0.50
Calls
no outgoing calls
Tested by
11
ProcessTracks
Method · 0.40
SnappingProcessor
Method · 0.40
findValue
Function · 0.40
DrawClipSpectrum
Function · 0.40
Populate
Method · 0.40
GetSpectrogram
Method · 0.40
DoZoom
Method · 0.40
OnSpectrumScaleType
Method · 0.40
DoHandleWheelRotation
Method · 0.40
ModifySpectralSelection
Method · 0.40
PopulatePaddingChoices
Method · 0.40