Home
last modified time | relevance | path

Searched refs:jcrev (Results 1 – 13 of 13) sorted by relevance

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Djcrev.c44 } jcrev; typedef
46 jcrev* newjcrev() { in newjcrev()
47 jcrev* dsp = (jcrev*)malloc(sizeof(jcrev)); in newjcrev()
51 void deletejcrev(jcrev* dsp) { in deletejcrev()
55 void instanceInitjcrev(jcrev* dsp, int samplingFreq) { in instanceInitjcrev()
223 void initjcrev(jcrev* dsp, int samplingFreq) { in initjcrev()
227 void computejcrev(jcrev* dsp, int count, FAUSTFLOAT** inputs, FAUSTFLOAT** outputs) { in computejcrev()
302 jcrev *dsp = pp->ud; in sp_jcrev_destroy()
310 jcrev *dsp = newjcrev(); in sp_jcrev_init()
319 jcrev *dsp = p->ud; in sp_jcrev_compute()
/dports/audio/stk/stk-4.6.2/projects/effects/
H A Deffects.cpp43 JCRev jcrev; member
110 data->jcrev.setT60( temp * 10.0 ); in processMessage()
126 data->jcrev.setEffectMix( temp ); in processMessage()
194 data->jcrev.tick( *iSamples++ ); in tick()
195 effect = (Effect *) &(data->jcrev); in tick()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/
H A Dconfig.def.mk50 jcrev \
H A DCHANGELOG.md185 - New modules: scale, butbr, pan2, pareq, tenv2, jcrev, barmodel
/dports/audio/audacity/audacity-Audacity-3.1.3/nyquist/
H A Dstk.lsp147 (defun jcrev (snd rev-time mix) function
/dports/audio/faust/faust-2.37.3/syntax-highlighting/atom/language-faust/snippets/
H A Dfaust-library.cson784 'jcrev':
785 'prefix': 'jcrev'
786 'body': 're.jcrev'
/dports/audio/snd/snd-21.2/sndins/
H A DREADME105 Keyword options for jc-reverb (jcrev.ins, jcrev.scm, examp.rb,
/dports/audio/audacity/audacity-Audacity-3.1.3/plug-ins/
H A Drhythmtrack.ny102 (jcrev (mult peak gain sig) 0.01 0.1)))))
/dports/audio/faustlive/faustlive-2.5.7/Resources/Libs/doc/docs/
H A DstandardFunctions.md82 [Reverb (Simple)](../libs/reverbs/#rejcrev) | [`re.`](../libs/reverbs)[`jcrev`](../libs/reverbs/#re…
/dports/audio/faust/faust-2.37.3/libraries/doc/docs/
H A DstandardFunctions.md82 [Reverb (Simple)](../libs/reverbs/#rejcrev) | [`re.`](../libs/reverbs)[`jcrev`](../libs/reverbs/#re…
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Dclm-ins.fs141 \ clm/jcrev.ins and snd/jcrev.scm
/dports/audio/snd/snd-21.2/
H A Dclm-ins.fs141 \ clm/jcrev.ins and snd/jcrev.scm
/dports/audio/faust/faust-2.37.3/architecture/webaudio/
H A Dlibfaust-wasm.data9491 // See the jcrev and brassrev in effect.lib for usage examples.
21951 // _ : jcrev : _,_,_,_
21956 // (satrev) and quad (jcrev). They were implemented by John Chowning
21967 jcrev = *(0.06) : allpass_chain <: comb_bank : mix_mtx with {
25336 // See the `jcrev` and `brassrev` in `reverbs.lib` for usage examples.
25448 // See the `jcrev` and `brassrev` in `reverbs.lib` for usage examples.
31708 // (`satrev`) and quad (`jcrev`). They were implemented by John Chowning
31719 // `jcrev` is a standard Faust function
31724 // _ : jcrev : _,_,_,_
31727 jcrev = *(0.06) : allpass_chain <: comb_bank : mix_mtx with {
[all …]