mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 16:28:13 +01:00
Change ";type tool" to not iterate through tracks or selection.
Also adds the options ;type tool ;type tool process ;type tool generator ;type tool analyze These tools will appear in the Tools menu, but behave as their second argument (if any)
This commit is contained in:
@@ -1435,7 +1435,7 @@ const PluginID & PluginManager::RegisterPlugin(ModuleInterface *provider, Effect
|
||||
|
||||
plug.SetProviderID(PluginManager::GetID(provider));
|
||||
|
||||
plug.SetEffectType(effect->GetType());
|
||||
plug.SetEffectType(effect->GetClassification());
|
||||
plug.SetEffectFamilyId(effect->GetFamilyId().Internal());
|
||||
plug.SetEffectInteractive(effect->IsInteractive());
|
||||
plug.SetEffectDefault(effect->IsDefault());
|
||||
|
||||
Reference in New Issue
Block a user