mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Create ComponentInterface
It combines the old IdentInterface with the ParamsInterface, providing an identifier and parameters (if needed). The main purpose of the change is to make the class hierarchy (as viewed via doxygen) much easier to follow.
This commit is contained in:
@@ -82,9 +82,9 @@ EffectTimeScale::~EffectTimeScale()
|
||||
{
|
||||
}
|
||||
|
||||
// IdentInterface implementation
|
||||
// ComponentInterface implementation
|
||||
|
||||
IdentInterfaceSymbol EffectTimeScale::GetSymbol()
|
||||
ComponentInterfaceSymbol EffectTimeScale::GetSymbol()
|
||||
{
|
||||
return TIMESCALE_PLUGIN_SYMBOL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user