| Hey hey,
I have been experimentiing with the phaser2 opcode. Varying the q (according
to the manual the third parameter) dramatically changes the basic "pitch" of
the effect.
Consider something like this:
aNoise = noise(.5, 0)
iBaseFreq init 200
iQ init .1 (or .2 or .5)
iOrd init 8
iMode init 1
iSep init 1
iFeedback init .8
aPhaser = phaser2(aNoise, iBaseFreq, iQ, iOrd, iMode, iSep, iFeedback)
out(aPhaser)
As a reference I am running Csound version 6.15 .
The syntax in the manual says:
ares phaser2 asig, kfreq, kq, kord, kmode, ksep, kfeedback
Am I misunderstanding the mechanics of the phaser or is there perhaps a
parameter-mixup?
Best wishes and many thanks for any hint,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
I know you're out there and I know that you still care <3
(Britney Spears)
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |