File clapplugin.cc
FileList > ase > clapplugin.cc
#include "clapplugin.hh"
#include "clapdevice.hh"
#include "storage.hh"
#include "project.hh"
#include "processor.hh"
#include "path.hh"
#include "main.hh"
#include "compress.hh"
#include "serialize.hh"
#include "internal.hh"
#include "gtk2wrap.hh"
#include <clap/ext/draft/file-reference.h>
#include <dlfcn.h>
#include <glob.h>
#include <math.h>
Namespaces
Type |
Name |
namespace |
Ase The Anklang C++ API namespace. |
Classes
Public Types
Macros
Public Types Documentation
union ClapEventUnion
Macro Definition Documentation
define CDEBUG
#define CDEBUG (
...
) Ase::debug ("clap", __VA_ARGS__)
define CDEBUG_ENABLED
#define CDEBUG_ENABLED (
) Ase::debug_key_enabled ("clap")
define CLAPEVENT_ENABLED
#define CLAPEVENT_ENABLED (
) Ase::debug_key_enabled ("clapevent")
define PDEBUG
#define PDEBUG (
...
) Ase::debug ("clapparam", __VA_ARGS__)
define PDEBUG_ENABLED
#define PDEBUG_ENABLED (
) Ase::debug_key_enabled ("clapparam")
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/clapplugin.cc