1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00

Update VampEffect.h

This commit is contained in:
Olivier Humbert 2018-08-29 16:44:46 +02:00 committed by Paul Licameli
parent d050afb658
commit ac87eddd60

View File

@ -31,8 +31,8 @@
class LabelTrack;
#define VAMPEFFECTS_VERSION wxT("1.0.0.0")
/* i18n-hint: Vamp is the porper name of a software protocol for sound analysis.
It is not an abbreviation for anything. see http://vamp-plugins.org */
/* i18n-hint: Vamp is the proper name of a software protocol for sound analysis.
It is not an abbreviation for anything. See http://vamp-plugins.org */
#define VAMPEFFECTS_FAMILY XO("Vamp")
class VampEffect final : public Effect