I would like to understand the source code of Macourteau's plugin : phase shifter
But for me it is like japanese langage ;-)
Somebody can help me?
But for me it is like japanese langage ;-)
Somebody can help me?
发表时间 Tue 20 Sep 05 @ 10:12 am
at first, forget the parts that deal with saving/loading the confiuguration to XML.
then it seems there is PI used for sinus computing i think mainly for changin the offset in time, so the phase shift is not permanent in time but pulses.
The DRY should be original signal, the WET should be shifted signal.
YOu can regulate the mixing of theese two.
That's what it seems to me at first sight.
But I think if you will be more specific, macourteau will gladly help you explain :-)
then it seems there is PI used for sinus computing i think mainly for changin the offset in time, so the phase shift is not permanent in time but pulses.
The DRY should be original signal, the WET should be shifted signal.
YOu can regulate the mixing of theese two.
That's what it seems to me at first sight.
But I think if you will be more specific, macourteau will gladly help you explain :-)
发表时间 Tue 20 Sep 05 @ 5:33 pm
Hi Lopez
Of course I asked Macoureau but he put a part of the source code (filter) finding on the web.
So he can not explain how the plug works, because he does not know at all ;-)
What's why I need some help from someone else, only for:
UpdateParams()
FilterSample(float x)
it is the key of the plug
Of course I asked Macoureau but he put a part of the source code (filter) finding on the web.
So he can not explain how the plug works, because he does not know at all ;-)
What's why I need some help from someone else, only for:
UpdateParams()
FilterSample(float x)
it is the key of the plug
发表时间 Tue 20 Sep 05 @ 10:15 pm