mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Free Nyquist.cpp from cycles...
... Very easily, just by demoting two macros from Nyquist.h to Effect.h. The graph improvement is worth this bit of preprocessor namespace pollution.
This commit is contained in:
parent
a3a9a7d8b3
commit
dee27e052f
@ -68,7 +68,6 @@ greater use in future.
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
#include "../ondemand/ODManager.h"
|
||||
#include "TimeWarper.h"
|
||||
#include "nyquist/Nyquist.h"
|
||||
#include "../widgets/HelpSystem.h"
|
||||
#include "../widgets/LinkingHtmlWindow.h"
|
||||
#include "../widgets/NumericTextCtrl.h"
|
||||
|
@ -51,6 +51,15 @@ class TrackList;
|
||||
class TrackFactory;
|
||||
class WaveTrack;
|
||||
|
||||
/* i18n-hint: "Nyquist" is an embedded interpreted programming language in
|
||||
Audacity, named in honor of the Swedish-American Harry Nyquist (or Nyqvist).
|
||||
In the translations of this and other strings, you may transliterate the
|
||||
name into another alphabet. */
|
||||
#define NYQUISTEFFECTS_FAMILY ( EffectFamilySymbol{ XO("Nyquist") } )
|
||||
|
||||
#define NYQUIST_PROMPT_ID wxT("Nyquist Prompt")
|
||||
#define NYQUIST_WORKER_ID wxT("Nyquist Worker")
|
||||
|
||||
// TODO: Apr-06-2015
|
||||
// TODO: Much more cleanup of old methods and variables is needed, but
|
||||
// TODO: can't be done until after all effects are using the NEW API.
|
||||
|
@ -21,14 +21,6 @@ class wxCheckBox;
|
||||
class wxTextCtrl;
|
||||
|
||||
#define NYQUISTEFFECTS_VERSION wxT("1.0.0.0")
|
||||
/* i18n-hint: "Nyquist" is an embedded interpreted programming language in
|
||||
Audacity, named in honor of the Swedish-American Harry Nyquist (or Nyqvist).
|
||||
In the translations of this and other strings, you may transliterate the
|
||||
name into another alphabet. */
|
||||
#define NYQUISTEFFECTS_FAMILY ( EffectFamilySymbol{ XO("Nyquist") } )
|
||||
|
||||
#define NYQUIST_PROMPT_ID wxT("Nyquist Prompt")
|
||||
#define NYQUIST_WORKER_ID wxT("Nyquist Worker")
|
||||
|
||||
enum NyqControlType
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user