mirror of
https://github.com/italicsjenga/saturator-faust.git
synced 2024-12-23 14:11:31 +11:00
16 lines
235 B
C
16 lines
235 B
C
#include <cmath>
|
|
#include <cstring>
|
|
|
|
#include "faust/gui/MapUI.h"
|
|
#include "faust/gui/meta.h"
|
|
#include "faust/dsp/dsp.h"
|
|
#include "faust/dsp/one-sample-dsp.h"
|
|
|
|
// BEGIN-FAUSTDSP
|
|
|
|
<<includeIntrinsic>>
|
|
|
|
<<includeclass>>
|
|
|
|
// END-FAUSTDSP
|