X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/043c676f59520b93dfacfa0d8d7e1fdd448cd7dc..1878a8448a5a73cbf289306beb5e88ab48561129:/dsp_files/sin.17.tmp.cpp diff --git a/dsp_files/sin.17.tmp.cpp b/dsp_files/sin.17.tmp.cpp deleted file mode 100644 index dd56477..0000000 --- a/dsp_files/sin.17.tmp.cpp +++ /dev/null @@ -1,82 +0,0 @@ -//----------------------------------------------------- -// -// Code generated with Faust 0.9.58 (http://faust.grame.fr) -//----------------------------------------------------- -#ifndef FAUSTFLOAT -#define FAUSTFLOAT float -#endif - -typedef long double quad; -/* link with */ - -#ifndef FAUSTCLASS -#define FAUSTCLASS mydsp -#endif - -class mydsp : public dsp { - private: - class SIG0 { - private: - int fSamplingFreq; - int iRec0[2]; - public: - int getNumInputs() { return 0; } - int getNumOutputs() { return 1; } - void init(int samplingFreq) { - fSamplingFreq = samplingFreq; - for (int i=0; i<2; i++) iRec0[i] = 0; - } - void fill (int count, float output[]) { - for (int i=0; iopenVerticalBox("sin.17.tmp"); - interface->closeBox(); - } - virtual void compute (int count, FAUSTFLOAT** input, FAUSTFLOAT** output) { - FAUSTFLOAT* output0 = output[0]; - for (int i=0; i