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

Method ShowInput

src/effects/DynamicRangeProcessorHistoryPanel.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303} // namespace
304
305void DynamicRangeProcessorHistoryPanel::ShowInput(bool show)
306{
307 mShowInput = show;
308 Refresh(false);
309}
310
311void DynamicRangeProcessorHistoryPanel::ShowOutput(bool show)
312{

Callers 1

PopulateOrExchangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected