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