/dports/audio/openal-soft/openal-soft-1.21.1/al/effects/ |
H A D | chorus.cpp | 51 props->Chorus.Phase = val; in Chorus_setParami() 67 props->Chorus.Rate = val; in Chorus_setParamf() 73 props->Chorus.Depth = val; in Chorus_setParamf() 85 props->Chorus.Delay = val; in Chorus_setParamf() 104 *val = props->Chorus.Phase; in Chorus_getParami() 118 *val = props->Chorus.Rate; in Chorus_getParamf() 122 *val = props->Chorus.Depth; in Chorus_getParamf() 167 props->Chorus.Phase = val; in Flanger_setParami() 183 props->Chorus.Rate = val; in Flanger_setParamf() 189 props->Chorus.Depth = val; in Flanger_setParamf() [all …]
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/ |
H A D | juce_Chorus.cpp | 33 Chorus<SampleType>::Chorus() in Chorus() function in juce::dsp::Chorus 42 void Chorus<SampleType>::setRate (SampleType newRateHz) in setRate() 51 void Chorus<SampleType>::setDepth (SampleType newDepth) in setDepth() 60 void Chorus<SampleType>::setCentreDelay (SampleType newDelayMs) in setCentreDelay() 68 void Chorus<SampleType>::setFeedback (SampleType newFeedback) in setFeedback() 77 void Chorus<SampleType>::setMix (SampleType newMix) in setMix() 87 void Chorus<SampleType>::prepare (const ProcessSpec& spec) in prepare() 108 void Chorus<SampleType>::reset() in reset() 123 void Chorus<SampleType>::update() in update() 134 template class Chorus<float>; variable [all …]
|
/dports/audio/tse3/tse3-0.3.1/demos/ |
H A D | Enigma.tse3 | 420 Chorus:-1 455 Chorus:-1 528 Chorus:-1 675 Chorus:-1 859 Chorus:-1 894 Chorus:-1 1115 Chorus:-1 1150 Chorus:-1 1260 Chorus:-1 1295 Chorus:-1 [all …]
|
H A D | Bry.tse3 | 307 Chorus:-1 342 Chorus:-1 414 Chorus:-1 449 Chorus:-1 521 Chorus:-1 556 Chorus:-1 665 Chorus:-1 774 Chorus:-1 846 Chorus:-1 918 Chorus:-1 [all …]
|
H A D | Humphry.tse3 | 328 Chorus:-1 400 Chorus:-1 472 Chorus:-1 544 Chorus:-1 690 Chorus:-1 725 Chorus:-1 834 Chorus:-1 943 Chorus:-1 1052 Chorus:-1 1124 Chorus:-1 [all …]
|
H A D | Ambient.tse3 | 547 Chorus:-1 656 Chorus:-1 765 Chorus:-1 874 Chorus:-1 983 Chorus:-1 1092 Chorus:-1 1201 Chorus:-1 1310 Chorus:-1 1419 Chorus:-1 1491 Chorus:-1 [all …]
|
H A D | Trip.tse3 | 334 Chorus:-1 369 Chorus:-1 404 Chorus:-1 513 Chorus:-1 548 Chorus:-1 583 Chorus:-1 692 Chorus:-1 764 Chorus:-1 836 Chorus:-1 945 Chorus:-1 [all …]
|
H A D | FunkyJob.tse3 | 267 Chorus:-1 339 Chorus:-1 411 Chorus:-1 446 Chorus:-1 518 Chorus:-1 590 Chorus:-1 662 Chorus:-1 734 Chorus:-1 843 Chorus:-1 952 Chorus:-1 [all …]
|
H A D | Demo.tse3 | 47 7680:Chorus 64 Preset:Chorus 690 Chorus:-1 869 Chorus:-1 1048 Chorus:-1 1227 Chorus:-1 1261 Chorus:-1 1368 Chorus:-1 1475 Chorus:-1 1545 Chorus:-1 [all …]
|
H A D | Standard.ins | 370 27=Chorus Gt. 2415 93=93-Effect3 (Chorus Send Level) 2437 93=93-Chorus depth 3015 3840=Drum Instrument Chorus Send Level #0 3016 3841=Drum Instrument Chorus Send Level #1 3017 3842=Drum Instrument Chorus Send Level #2 3018 3843=Drum Instrument Chorus Send Level #3 3019 3844=Drum Instrument Chorus Send Level #4 3020 3845=Drum Instrument Chorus Send Level #5 3021 3846=Drum Instrument Chorus Send Level #6 [all …]
|
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/src/ |
H A D | Chorus.cpp | 16 Chorus :: Chorus(StkFloat baseDelay) in Chorus() function in Chorus 31 Chorus :: ~Chorus() in ~Chorus() 35 void Chorus :: clear() in clear() 43 void Chorus :: setModDepth(StkFloat depth) in setModDepth() 48 void Chorus :: setModFrequency(StkFloat frequency) in setModFrequency() 54 StkFloat Chorus :: computeSample(StkFloat input) in computeSample()
|
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/ |
H A D | Chorus.cpp | 30 Chorus::Chorus(bool insertion_, float *const efxoutl_, float *efxoutr_, unsigned int srate, int buf… in Chorus() function in Chorus 46 Chorus::~Chorus() in ~Chorus() 53 float Chorus::getdelay(float xlfo) in getdelay() 70 void Chorus::out(const Stereo<float *> &input) in out() 139 void Chorus::cleanup(void) in cleanup() 146 void Chorus::setdepth(unsigned char _Pdepth) in setdepth() 152 void Chorus::setdelay(unsigned char _Pdelay) in setdelay() 158 void Chorus::setfb(unsigned char _Pfb) in setfb() 164 void Chorus::setvolume(unsigned char _Pvolume) in setvolume() 172 void Chorus::setpreset(unsigned char npreset) in setpreset() [all …]
|
H A D | Chorus.h | 33 class Chorus:public Effect 36 Chorus(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize); 38 ~Chorus();
|
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/ |
H A D | Chorus.cpp | 24 #define rObject Chorus 28 rtosc::Ports Chorus::ports = { 73 Chorus::Chorus(EffectParams pars) in Chorus() function in zyn::Chorus 89 Chorus::~Chorus() in ~Chorus() 96 float Chorus::getdelay(float xlfo) in getdelay() 113 void Chorus::out(const Stereo<float *> &input) in out() 181 void Chorus::cleanup(void) in cleanup() 188 void Chorus::setdepth(unsigned char _Pdepth) in setdepth() 194 void Chorus::setdelay(unsigned char _Pdelay) in setdelay() 200 void Chorus::setfb(unsigned char _Pfb) in setfb() [all …]
|
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/dmo/ |
H A D | Chorus.cpp | 28 return new (std::nothrow) Chorus(factory, sndFile, mixStruct); in Create() 32 Chorus::Chorus(VSTPluginLib &factory, CSoundFile &sndFile, SNDMIXPLUGIN *mixStruct, bool isFlanger) in Chorus() function in DMO::Chorus 50 int32 Chorus::GetBufferIntOffset(int32 fpOffset) const in GetBufferIntOffset() 143 PlugParamValue Chorus::GetParameter(PlugParamIndex index) in GetParameter() 176 void Chorus::Resume() in Resume() 190 void Chorus::PositionChanged() in PositionChanged() 210 CString Chorus::GetParamName(PlugParamIndex param) in GetParamName() 226 CString Chorus::GetParamLabel(PlugParamIndex param) in GetParamLabel() 245 CString Chorus::GetParamDisplay(PlugParamIndex param) in GetParamDisplay() 284 void Chorus::RecalculateChorusParams() in RecalculateChorusParams() [all …]
|
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/ |
H A D | Chorus.C | 30 Chorus::Chorus (float * efxoutl_, float * efxoutr_, double sample_rate) in test1() 64 Chorus::~Chorus () 76 float Chorus::getdelay (float xlfo) 201 Chorus::cleanup () 214 Chorus::setdepth (int Pdepth) 221 Chorus::setdelay (int Pdelay) 228 Chorus::setfb (int Pfb) 235 Chorus::setvolume (int Pvolume) 247 Chorus::setpanning (int Ppanning) 254 Chorus::setlrcross (int Plrcross) [all …]
|
/dports/audio/stk/stk-4.6.2/src/ |
H A D | Chorus.cpp | 16 Chorus :: Chorus( StkFloat baseDelay ) 32 void Chorus :: clear( void ) 40 void Chorus :: setModDepth( StkFloat depth ) 50 void Chorus :: setModFrequency( StkFloat frequency )
|
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/ |
H A D | Chorus.cpp | 62 Chorus::Chorus(bool insertion_, float *const efxoutl_, float *efxoutr_, SynthEngine *_synth) : in Chorus() function in Chorus 83 float Chorus::getdelay(float xlfo) in getdelay() 98 void Chorus::out(float *smpsl, float *smpsr) in out() 168 void Chorus::cleanup(void) in cleanup() 177 void Chorus::setdepth(unsigned char Pdepth_) in setdepth() 184 void Chorus::setdelay(unsigned char Pdelay_) in setdelay() 191 void Chorus::setfb(unsigned char Pfb_) in setfb() 198 void Chorus::setvolume(unsigned char Pvolume_) in setvolume() 206 void Chorus::setpreset(unsigned char npreset) in setpreset() 232 void Chorus::changepar(int npar, unsigned char value) in changepar() [all …]
|
/dports/audio/vmpk/vmpk-0.8.6/data/ |
H A D | gmgsxg.ins | 478 27=Chorus Gt. 2518 93=93-Effect3 (Chorus Send Level) 2540 93=93-Chorus depth 3118 3840=Drum Instrument Chorus Send Level #0 3119 3841=Drum Instrument Chorus Send Level #1 3120 3842=Drum Instrument Chorus Send Level #2 3121 3843=Drum Instrument Chorus Send Level #3 3122 3844=Drum Instrument Chorus Send Level #4 3123 3845=Drum Instrument Chorus Send Level #5 3124 3846=Drum Instrument Chorus Send Level #6 [all …]
|
/dports/audio/stk/stk-4.6.2/include/ |
H A D | Chorus.h | 21 class Chorus : public Effect in instantiate() 28 Chorus( StkFloat baseDelay = 6000 ); in instantiate() 93 inline StkFloat Chorus :: lastOut( unsigned int channel ) 105 inline StkFloat Chorus :: tick( StkFloat input, unsigned int channel ) 121 inline StkFrames& Chorus :: tick( StkFrames& frames, unsigned int channel ) in deactivate() 145 inline StkFrames& Chorus :: tick( StkFrames& iFrames, StkFrames& oFrames, unsigned int iChannel, un…
|
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/include/ |
H A D | Chorus.h | 21 class Chorus : public Effect 28 Chorus( StkFloat baseDelay = 6000 ); 31 ~Chorus();
|
/dports/audio/faust/faust-2.37.3/examples/SAM/chorus/ |
H A D | README.md | 1 # Chorus chapter 5 The Chorus effect makes copies of its input sound and remixes them to the stereo field using differ… 7 The Chorus output is always stereo, while its input may be either mono or stereo. To minimize CPU u… 14 **Rate** | `CC-2` | The Chorus Rate (performable) sets the highest frequency used in its LF… 17 **Deviation** | `CC-58` | The Chorus Deviation sets the amplitude of its LFOs and therefore the r…
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/dsp/fx/ |
H A D | chorus.h | 41 class Chorus { 43 Chorus() { } in Chorus() function 44 ~Chorus() { } in ~Chorus() 114 DISALLOW_COPY_AND_ASSIGN(Chorus);
|
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/dsp/fx/ |
H A D | chorus.h | 41 class Chorus { 43 Chorus() { } in Chorus() function 44 ~Chorus() { } in ~Chorus() 114 DISALLOW_COPY_AND_ASSIGN(Chorus);
|
/dports/www/writefreely/writefreely-0.13.1/templates/ |
H A D | base.tmpl | 16 {{ if .Chorus }}<nav id="full-nav"> 40 …{{if and (and .LocalTimeline .CanViewReader) .Chorus}}<a href="/"{{if eq .Path "/"}} class="select… 42 …{{if or .Chorus (not .Username)}}<a href="/about"{{if eq .Path "/about"}} class="selected"{{end}}>… 45 …{{if or (not .Chorus) (gt .MaxBlogs 1)}}<a href="/me/c/"{{if eq .Path "/me/c/"}} class="selected"{… 46 …{{if and (and .Chorus (eq .MaxBlogs 1)) .Username}}<a href="/{{.Username}}/"{{if eq .Path (printf … 49 …{{if and (and .LocalTimeline .CanViewReader) (not .Chorus)}}<a href="/read"{{if eq .Path "/read"}… 54 {{if .Chorus}}{{if .Username}}<div class="right-side" style="font-size: 0.86em;">
|