mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Fix some comments
This commit is contained in:
parent
cc3c56818a
commit
0cab2e92ba
@ -27,7 +27,7 @@ public:
|
|||||||
BuiltinEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
BuiltinEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~BuiltinEffectsModule();
|
virtual ~BuiltinEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -66,7 +66,7 @@ unsigned EffectStereoToMono::GetAudioOutCount()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Effect implementatino
|
// Effect implementation
|
||||||
|
|
||||||
bool EffectStereoToMono::Process()
|
bool EffectStereoToMono::Process()
|
||||||
{
|
{
|
||||||
|
@ -371,7 +371,7 @@ public:
|
|||||||
VSTEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
VSTEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~VSTEffectsModule();
|
virtual ~VSTEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -229,7 +229,7 @@ public:
|
|||||||
AudioUnitEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
AudioUnitEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~AudioUnitEffectsModule();
|
virtual ~AudioUnitEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -209,7 +209,7 @@ public:
|
|||||||
LadspaEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
LadspaEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~LadspaEffectsModule();
|
virtual ~LadspaEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -74,7 +74,7 @@ public:
|
|||||||
LV2EffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
LV2EffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~LV2EffectsModule();
|
virtual ~LV2EffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -24,7 +24,7 @@ public:
|
|||||||
NyquistEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
NyquistEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~NyquistEffectsModule();
|
virtual ~NyquistEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
@ -28,7 +28,7 @@ public:
|
|||||||
VampEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
VampEffectsModule(ModuleManagerInterface *moduleManager, const wxString *path);
|
||||||
virtual ~VampEffectsModule();
|
virtual ~VampEffectsModule();
|
||||||
|
|
||||||
// IdentInterface implementatino
|
// IdentInterface implementation
|
||||||
|
|
||||||
wxString GetPath() override;
|
wxString GetPath() override;
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user