VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "../vae_faust_common.hpp"
#include "../../../wrapped/vae_profiler.hpp"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <math.h>
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 |
#define FAUSTCLASS VAEReverb |
Definition at line 35 of file reverb_gen.hpp.