Audacity 3.2.0
Classes | Macros | Typedefs
VampEffect.h File Reference
#include <vamp-hostsdk/PluginLoader.h>
#include <wx/weakref.h>
#include "../StatefulEffect.h"
#include "MemoryX.h"
Include dependency graph for VampEffect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VampEffect
 

Macros

#define VAMPEFFECTS_VERSION   wxT("1.0.0.0")
 
#define VAMPEFFECTS_FAMILY   XO("Vamp")
 

Typedefs

using Floats = ArrayOf< float >
 

Macro Definition Documentation

◆ VAMPEFFECTS_FAMILY

#define VAMPEFFECTS_FAMILY   XO("Vamp")

Definition at line 36 of file VampEffect.h.

◆ VAMPEFFECTS_VERSION

#define VAMPEFFECTS_VERSION   wxT("1.0.0.0")

Definition at line 33 of file VampEffect.h.

Typedef Documentation

◆ Floats

using Floats = ArrayOf<float>

Definition at line 31 of file VampEffect.h.