mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01: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:
@@ -26,7 +26,7 @@
|
||||
#include "Prefs.h"
|
||||
#include "TranslatableStringArray.h"
|
||||
#include "Internat.h"
|
||||
#include "../include/audacity/IdentInterface.h"
|
||||
#include "../include/audacity/ComponentInterface.h"
|
||||
|
||||
#include <soxr.h>
|
||||
|
||||
@@ -52,7 +52,7 @@ Resample::~Resample()
|
||||
}
|
||||
|
||||
//////////
|
||||
static const IdentInterfaceSymbol methodNames[] = {
|
||||
static const ComponentInterfaceSymbol methodNames[] = {
|
||||
{ wxT("LowQuality"), XO("Low Quality (Fastest)") },
|
||||
{ wxT("MediumQuality"), XO("Medium Quality") },
|
||||
{ wxT("HighQuality"), XO("High Quality") },
|
||||
|
||||
Reference in New Issue
Block a user