| here is an example that shows what the opcode does.
First instr. you hear low volume (distorted/ created harmonics?) signal only
second instr is the effect with a voice combined
third instr is the original sample - so you can compare with the previous,
effected sound
sr=44100
ksmps=1
nchnls=2
0dbfs=1
instr 1 ; original sound
a1 diskin2 "fox.wav", 1, 0, 1
;freq, ceiling, ceiling_active, blend and drive
a2 exciter a1, 3000, 10000, 1, 0.9, .1
outs a1, a1
endin
instr 2 ; excited sound + original sound
a1 diskin2 "fox.wav", 1, 0, 1
;freq, ceiling, ceiling_active, blend and drive
a2 exciter a1, 3000, 10000, 1, 0.9, .1
outs a2+a1, a2+a1
endin
instr 3 ; excited sound only
a1 diskin2 "fox.wav", 1, 0, 1
;freq, ceiling, ceiling_active, blend and drive
a2 exciter a1, 3000, 10000, 1, 0.9, .1
outs a2, a2
endin
i3 0 6
i2 7 6
i1 14 6
e
I do not know what the range of drive can be. i tweaked it a bit but heard
no difference...
i guess it should be the level of distortion.
i will continue to test later.
--
View this message in context: http://csound.1045644.n5.nabble.com/exciter-tp5736986p5737006.html
Sent from the Csound - Dev mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |