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

Method VisitSettings

src/commands/CompareAudioCommand.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template<bool Const>
53bool CompareAudioCommand::VisitSettings( SettingsVisitorBase<Const> & S ){
54 S.Define( errorThreshold, wxT("Threshold"), 0.0f, 0.0f, 0.01f, 1.0f );
55 return true;
56}
57bool CompareAudioCommand::VisitSettings( SettingsVisitor & S )
58 { return VisitSettings<false>(S); }
59

Callers

nothing calls this directly

Calls 1

DefineMethod · 0.45

Tested by

no test coverage detected