HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_envelope.hpp File Reference
#include <memory>
#include <vector>
Include dependency graph for hart_envelope.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Envelope
 Represents an Envelope curve for DSP parameters. More...
 

Namespaces

namespace  hart
 

Macros

#define HART_ENVELOPE_DECLARE_ALIASES_FOR(ClassName)
 

Macro Definition Documentation

◆ HART_ENVELOPE_DECLARE_ALIASES_FOR

#define HART_ENVELOPE_DECLARE_ALIASES_FOR (   ClassName)
Value:
namespace aliases_float{\
using ClassName = hart::ClassName;\
}\
namespace aliases_double{\
using ClassName = hart::ClassName;\
}

Definition at line 33 of file hart_envelope.hpp.