Home
last modified time | relevance | path

Searched refs:FFTwrapper (Results 1 – 25 of 60) sorted by relevance

123

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/DSP/
H A DFFTwrapper.cpp32 FFTwrapper::FFTwrapper(int fftsize_) : in FFTwrapper() function in FFTwrapper
43 FFTwrapper::~FFTwrapper() in ~FFTwrapper()
52 void FFTwrapper::newFFTFREQS(FFTFREQS *f, int size) in newFFTFREQS()
61 void FFTwrapper::deleteFFTFREQS(FFTFREQS *f) in deleteFFTFREQS()
72 void FFTwrapper::smps2freqs(const float *smps, FFTFREQS *freqs) in smps2freqs()
84 void FFTwrapper::freqs2smps(const FFTFREQS *freqs, float *smps) in freqs2smps()
H A DFFTwrapper.h36 class FFTwrapper
39 FFTwrapper(int fftsize_);
40 ~FFTwrapper();
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/DSP/
H A DFFTwrapper.cpp29 FFTwrapper::FFTwrapper(int fftsize_) in FFTwrapper() function in FFTwrapper
44 FFTwrapper::~FFTwrapper() in ~FFTwrapper()
53 void FFTwrapper::smps2freqs(const float *smps, fft_t *freqs) in smps2freqs()
66 void FFTwrapper::freqs2smps(const fft_t *freqs, float *smps) in freqs2smps()
H A DFFTwrapper.h32 class FFTwrapper
37 FFTwrapper(int fftsize_);
39 ~FFTwrapper();
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/DSP/
H A DFFTwrapper.cpp24 FFTwrapper::FFTwrapper(int fftsize_)
48 FFTwrapper::~FFTwrapper()
59 void FFTwrapper::smps2freqs(const float *smps, fft_t *freqs)
71 void FFTwrapper::freqs2smps(const fft_t *freqs, float *smps)
H A DFFTwrapper.h23 class FFTwrapper
28 FFTwrapper(int fftsize_);
30 ~FFTwrapper();
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/h/
H A Dfftwrapper.h22 } FFTwrapper; typedef
24 void FFTwrapper_create(FFTwrapper **fw, int fftsize);
25 void FFTwrapper_destroy(FFTwrapper **fw);
30 void smps2freqs(FFTwrapper *ft, SPFLOAT *smps, FFTFREQS *freqs);
31 void freqs2smps(FFTwrapper *ft, FFTFREQS *freqs, SPFLOAT *smps);
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dfftwrapper.c18 void FFTwrapper_create(FFTwrapper **fw, int fftsize) in FFTwrapper_create()
20 *fw = malloc(sizeof(FFTwrapper)); in FFTwrapper_create()
21 FFTwrapper *fwp = *fw; in FFTwrapper_create()
44 void FFTwrapper_destroy(FFTwrapper **fw) in FFTwrapper_destroy()
46 FFTwrapper *fwp = *fw; in FFTwrapper_destroy()
63 void smps2freqs(FFTwrapper *ft, SPFLOAT *smps, FFTFREQS *freqs) in smps2freqs()
89 void freqs2smps(FFTwrapper *ft, FFTFREQS *freqs, SPFLOAT *smps) in freqs2smps()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Params/
H A DADnoteParameters.h37 class FFTwrapper; variable
126 void enable(FFTwrapper *fft, Resonance *Reson);
295 ADnoteParameters(FFTwrapper *fft_);
314 FFTwrapper *fft;
H A DPADnoteParameters.h44 PADnoteParameters(FFTwrapper *fft_, pthread_mutex_t *mutex_);
174 FFTwrapper *fft;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Params/
H A DPADnoteParameters.h34 class FFTwrapper; variable
47 PADnoteParameters(FFTwrapper *fft_, SynthEngine *_synth);
180 FFTwrapper *fft;
H A DADnoteParameters.h198 ADnoteParameters(FFTwrapper *fft_, SynthEngine *_synth);
219 FFTwrapper *fft;
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DPart.h42 class FFTwrapper; variable
52 Part(Microtonal *microtonal_, FFTwrapper *fft_, pthread_mutex_t *mutex_);
200 FFTwrapper *fft;
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Params/
H A DADnoteParameters.h119 void enable(const SYNTH_T &synth, FFTwrapper *fft, Resonance *Reson,
315 ADnoteParameters(const SYNTH_T &synth, FFTwrapper *fft_,
343 FFTwrapper *fft;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DPart.h44 class FFTwrapper; variable
53 Part(Microtonal *microtonal_, FFTwrapper *fft_, SynthEngine *_synth);
174 FFTwrapper *fft;
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Tests/
H A DRtAllocTest.cpp48 FFTwrapper *fft;
62 fft = new FFTwrapper(synth->oscilsize); in setUp()
H A DMemoryStressTest.cpp36 FFTwrapper *fft;
48 fft = new FFTwrapper(synth->oscilsize); in setUp()
H A DOscilGenTest.cpp30 FFTwrapper *fft;
45 fft = new FFTwrapper(synth->oscilsize); in setUp()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Synth/
H A DOscilGen.h36 OscilGen(FFTwrapper *fft_, Resonance *res_);
121 FFTwrapper *fft;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DOscilGen.h44 OscilGen(FFTwrapper *fft_,Resonance *res_, SynthEngine *_synth, OscilParameters *params_);
87 FFTwrapper *fft;
H A DOscilGen.cpp48 OscilGen::OscilGen(FFTwrapper *fft_, Resonance *res_, SynthEngine *_synth, OscilParameters *params_… in OscilGen()
59 FFTwrapper::newFFTFREQS(&outoscilFFTfreqs, synth->halfoscilsize);
64 FFTwrapper::newFFTFREQS(&oscilFFTfreqs, synth->halfoscilsize);
70 FFTwrapper::deleteFFTFREQS(&oscilFFTfreqs); in ~OscilGen()
74 FFTwrapper::deleteFFTFREQS(&outoscilFFTfreqs); in ~OscilGen()
124 FFTwrapper::newFFTFREQS(&freqs, synth->halfoscilsize); in convert2sine()
126 FFTwrapper *fft = new FFTwrapper(synth->oscilsize); in convert2sine()
160 FFTwrapper::deleteFFTFREQS(&freqs); in convert2sine()
1078 FFTwrapper::newFFTFREQS(&inf, synth->halfoscilsize); in adaptiveharmonic()
1148 FFTwrapper::deleteFFTFREQS(&inf); in adaptiveharmonic()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Synth/
H A DOscilGen.h26 OscilGen(const SYNTH_T &synth, FFTwrapper *fft_, Resonance *res_);
129 FFTwrapper *fft;
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Tests/
H A DOscilGenTest.h36 FFTwrapper *fft;
57 fft = new FFTwrapper(synth->oscilsize); in setUp()
H A DUnisonTest.h48 FFTwrapper *fft;
70 fft = new FFTwrapper(BUF); in setUp()
H A DPadNoteTest.h46 FFTwrapper *fft;
73 fft = new FFTwrapper(synth->oscilsize); in setUp()

123