Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetChannelGroup
Method
GetChannelGroup
src/RealtimeEffectPanel.cpp:755–758 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
ChannelGroup* GetChannelGroup() override
756
{
757
return mTrack.get();
758
}
759
};
760
761
class ProjectEffectListDelegate final
Callers
15
PendingTracks.cpp
File · 0.45
DrawBackgroundWithSelection
Method · 0.45
TrackFromChannel
Method · 0.45
TrackPanelResizeHandle.cpp
File · 0.45
Draw
Method · 0.45
TrackPanelResizerCell.cpp
File · 0.45
RemoveFromList
Method · 0.45
OnChangeButtonClicked
Method · 0.45
OnAddEffectClicked
Method · 0.45
TrackPanel.cpp
File · 0.45
DoDraw
Method · 0.45
SubViewCloseHandle
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected