VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
reverb_gen.hpp File Reference
#include "../vae_faust_common.hpp"
#include "../../../wrapped/vae_profiler.hpp"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <math.h>
Include dependency graph for reverb_gen.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vae::core::effect::VAEReverb
 
struct  vae::core::effect::RegisterVAEReverb
 

Namespaces

namespace  vae
 Contains Typedefinitions and basic structures use by the public API and internally.
 
namespace  vae::core
 
namespace  vae::core::effect
 

Macros

#define FAUSTCLASS   VAEReverb
 

Functions

static float vae::core::effect::VAEReverb_faustpower2_f (float value)
 

Variables

struct vae::core::effect::RegisterVAEReverb vae::core::effect::__registerVAEReverb
 

Macro Definition Documentation

◆ FAUSTCLASS

#define FAUSTCLASS   VAEReverb

Definition at line 35 of file reverb_gen.hpp.