Skip to content

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

Type Name
class ClapAudioProcessor
class ClapFileHandle
struct ClapParamInfoImpl
class ClapPluginHandleImpl
struct FdPoll

Public Types

Type Name
union ClapEventUnion

Macros

Type Name
define CDEBUG (...) Ase::debug ("clap", \_\_VA\_ARGS\_\_)
define CDEBUG_ENABLED () [**Ase::debug\_key\_enabled**](namespaceAse.md#function-debug_key_enabled) ("clap")
define CLAPEVENT_ENABLED () [**Ase::debug\_key\_enabled**](namespaceAse.md#function-debug_key_enabled) ("clapevent")
define PDEBUG (...) Ase::debug ("clapparam", \_\_VA\_ARGS\_\_)
define PDEBUG_ENABLED () [**Ase::debug\_key\_enabled**](namespaceAse.md#function-debug_key_enabled) ("clapparam")

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