Audacity 3.2.0
Classes | Macros | Enumerations
Nyquist.h File Reference
#include "../StatefulEffect.h"
#include "FileNames.h"
#include "SampleCount.h"
#include "wxPanelWrapper.h"
#include "nyx.h"
Include dependency graph for Nyquist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NyqControl
 A control on a NyquistDialog. More...
 
struct  NyquistSettings
 
class  NyquistEffect
 An Effect that calls up a Nyquist (XLISP) plug-in, i.e. many possible effects from this one class. More...
 
struct  NyquistEffect::Tokenizer
 
class  NyquistOutputDialog
 Dialog used with NyquistEffect. More...
 

Macros

#define NYQUISTEFFECTS_VERSION   wxT("1.0.0.0")
 

Enumerations

enum  NyqControlType {
  NYQ_CTRL_INT , NYQ_CTRL_FLOAT , NYQ_CTRL_STRING , NYQ_CTRL_CHOICE ,
  NYQ_CTRL_INT_TEXT , NYQ_CTRL_FLOAT_TEXT , NYQ_CTRL_TEXT , NYQ_CTRL_TIME ,
  NYQ_CTRL_FILE
}
 

Macro Definition Documentation

◆ NYQUISTEFFECTS_VERSION

#define NYQUISTEFFECTS_VERSION   wxT("1.0.0.0")

Definition at line 28 of file Nyquist.h.

Enumeration Type Documentation

◆ NyqControlType

Enumerator
NYQ_CTRL_INT 
NYQ_CTRL_FLOAT 
NYQ_CTRL_STRING 
NYQ_CTRL_CHOICE 
NYQ_CTRL_INT_TEXT 
NYQ_CTRL_FLOAT_TEXT 
NYQ_CTRL_TEXT 
NYQ_CTRL_TIME 
NYQ_CTRL_FILE 

Definition at line 30 of file Nyquist.h.

31{
41};
@ NYQ_CTRL_STRING
Definition: Nyquist.h:34
@ NYQ_CTRL_TEXT
Definition: Nyquist.h:38
@ NYQ_CTRL_TIME
Definition: Nyquist.h:39
@ NYQ_CTRL_INT_TEXT
Definition: Nyquist.h:36
@ NYQ_CTRL_INT
Definition: Nyquist.h:32
@ NYQ_CTRL_CHOICE
Definition: Nyquist.h:35
@ NYQ_CTRL_FLOAT_TEXT
Definition: Nyquist.h:37
@ NYQ_CTRL_FILE
Definition: Nyquist.h:40
@ NYQ_CTRL_FLOAT
Definition: Nyquist.h:33