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

Method GetCurrentParamsFor

src/BatchCommands.cpp:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446wxString MacroCommands::GetCurrentParamsFor(const CommandID & command)
447{
448 const PluginID& ID = PluginManager::Get().GetByCommandIdentifier(command);
449 if (ID.empty())
450 {
451 return wxEmptyString; // effect not found.
452 }
453
454 return EffectAndCommandPluginManager::Get().GetEffectParameters(ID);
455}
456
457wxString MacroCommands::PromptForParamsFor(
458 const CommandID& command, const wxString& params, AudacityProject& project)

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
GetEffectParametersMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected