mirror of
https://github.com/italicsjenga/saturator-faust.git
synced 2024-12-23 22:21:29 +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
|