Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Macros | Functions
common.h File Reference

Macros

#define M_PI   3.14159265358979323846264338327950288
 
#define SIGNALSMITH_DSP_VERSION_MAJOR   1
 
#define SIGNALSMITH_DSP_VERSION_MINOR   6
 
#define SIGNALSMITH_DSP_VERSION_PATCH   0
 
#define SIGNALSMITH_DSP_VERSION_STRING   "1.6.0"
 
#define SIGNALSMITH_DSP_VERSION_CHECK(major, minor, patch)    static_assert(::signalsmith::versionCheck(major, minor, patch), "signalsmith library version is " SIGNALSMITH_DSP_VERSION_STRING);
 Check the library version is compatible (semver). More...
 

Functions

constexpr bool signalsmith::versionCheck (int major, int minor, int patch=0)
 Version compatability check. More...