Home
last modified time | relevance | path

Searched refs:rEffPar (Results 1 – 8 of 8) sorted by relevance

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DAlienwah.cpp41 rEffPar(Pfreq, 2, rShort("freq") rPresets(70, 73, 63, 25),
43 rEffPar(Pfreqrnd, 3, rShort("rand"), rPreset(1, 106) rDefault(0),
48 rEffPar(PStereo, 5, rShort("stereo"), rPresets(62, 101, 100, 66),
50 rEffPar(Pdepth, 6, rShort("depth"), rPresets(60, 60, 112, 101),
52 rEffPar(Pfeedback, 7, rShort("fb"), rPreset(3, 11), rDefault(105),
54 rEffPar(Pdelay, 8, rLinear(1,100), rPresets(25, 17, 31, 47),
56 rEffPar(Plrcross, 9, rShort("l/r"), rDefault(0), "Left/Right Crossover"),
57 rEffPar(Pphase, 10, rShort("phase"), rDefault(64), rPreset(2, 42),
H A DChorus.cpp44 rEffPar(Pfreq, 2, rShort("freq"),
47 rEffPar(Pfreqrnd, 3, rShort("rand"),
54 rEffPar(PStereo, 5, rShort("stereo"),
56 rEffPar(Pdepth, 6, rShort("depth"),
58 rEffPar(Pdelay, 7, rShort("delay"),
60 rEffPar(Pfeedback,8, rShort("fb"),
62 rEffPar(Plrcross, 9, rShort("l/r"), rPresets(119, 19, 127, 127, 127),
H A DDistorsion.cpp42 rEffPar(Plrcross, 2, rShort("l/r"), rDefault(35), "Left/Right Crossover"),
43 rEffPar(Pdrive, 3, rShort("drive"),
46 rEffPar(Plevel, 4, rShort("output"), rPresets(70, 75, 80, 62, 75, 75),
57 rEffPar(Plpf, 7, rShort("lpf"),
59 rEffPar(Phpf, 8, rShort("hpf"),
65 rEffPar(Pfuncpar, 11, rShort("shape"), rDefault(32),
67 rEffPar(Poffset, 12, rShort("offset"), rDefault(64),
H A DDynamicFilter.cpp41 rEffPar(Pfreq, 2, rShort("freq"), rPresets(80, 70, 30, 80, 50),
43 rEffPar(Pfreqrnd, 3, rShort("rand"), rDefault(0),
47 rEffPar(PStereo, 5, rShort("stereo"), rPresets(64, 80, 50, 64, 96),
49 rEffPar(Pdepth, 6, rShort("depth"), rPresets(0, 70, 80, 0, 64),
51 rEffPar(Pampsns, 7, rShort("sense"),
54 rEffPar(Pampsnsinv, 8, rShort("sns.inv"), rDefault(0), "Sense Inversion"),
55 rEffPar(Pampsmooth, 9, rShort("smooth"), rDefault(60),
H A DEcho.cpp44 rEffPar(Pdelay, 2, rShort("delay"), rLinear(0, 127),
47 rEffPar(Plrdelay, 3, rShort("lr delay"),
50 rEffPar(Plrcross, 4, rShort("cross"),
53 rEffPar(Pfb, 5, rShort("feedback"),
56 rEffPar(Phidamp, 6, rShort("damp"),
H A DReverb.cpp45 rEffPar(Ptime, 2, rShort("time"), rLinear(0, 127),
48 rEffPar(Pidelay, 3, rShort("i.time"),
51 rEffPar(Pidelayfb,4, rShort("i.fb"), rPresetsAt(8, 42, 71, 71), rDefault(0),
53 rEffPar(Plpf, 7, rShort("lpf"),
56 rEffPar(Phpf, 8, rShort("hpf"),
59 rEffPar(Plohidamp,9, rShort("damp"), rDefault(0),
69 rEffPar(Proomsize,11,rShort("size"),
73 rEffPar(Pbandwidth,12,rShort("bw"), rDefault(20), "Bandwidth"),
H A DPhaser.cpp59 rEffPar(lfo.Pfreq, 2, rShort("freq"),
62 rEffPar(lfo.Prandomness, 3, rShort("rnd."),
69 rEffPar(lfo.Pstereo, 5, rShort("stereo"),
72 rEffPar(Pdepth, 6, rShort("depth"), rLinear(0, 127),
75 rEffPar(Pfb, 7, rShort("fb"),
78 rEffPar(Pstages, 8, rLinear(1,12), rShort("stages"),
97 rEffPar(Pdistortion, 13, rShort("distort"),
H A DEffect.h23 #ifndef rEffPar
24 #define rEffPar(name, idx, ...) \ macro