mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
spelling in comments
This commit is contained in:
parent
7030c9fc4f
commit
370d3e6338
@ -25,7 +25,7 @@ public:
|
||||
bool Process() override;
|
||||
|
||||
protected:
|
||||
// EffectTwoPassSimpleMono implemetation
|
||||
// EffectTwoPassSimpleMono implementation
|
||||
|
||||
// Override these methods if you need to initialize something
|
||||
// before each pass. Return None if processing should stop.
|
||||
|
@ -75,7 +75,7 @@ public:
|
||||
bool TransferDataFromWindow() override;
|
||||
|
||||
private:
|
||||
// VampEffect implemetation
|
||||
// VampEffect implementation
|
||||
|
||||
void AddFeatures(LabelTrack *track, Vamp::Plugin::FeatureSet & features);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user