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

Method SetChannelHeights

src/ProjectWindow.cpp:729–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void ProjectWindow::SetChannelHeights(Track &track, unsigned height)
730{
731 for (auto pChannel : track.Channels())
732 ChannelView::Get(*pChannel).SetExpandedHeight(height);
733}
734
735int ProjectWindow::GetHorizontalThumbPosition() const
736{

Callers 2

ZoomFitVerticallyMethod · 0.45
SetChannelHeightsMethod · 0.45

Calls 3

GetFunction · 0.85
ChannelsMethod · 0.80
SetExpandedHeightMethod · 0.80

Tested by

no test coverage detected