Vangurd V2 - whats new
-
penguinfromdeep penguinfromdeep https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=193898
- KVRAF
- 1993 posts since 18 Nov, 2008
They shouldn't have fired you Aciddose! I'm sure V2 would be great if it was your code .. Lots of brilliant minds have strange personalities or don't have so much social skills, etc. etc, hehe but if you were different you wouldn't do as brilliant code, maybe. Shame to read what happened
-
- KVRist
- 476 posts since 28 Jun, 2002 from Vancouver, Canada
Mike at ReFX predicted a late-September Alpha candidate. So it's a ways off yet. Possibly by Christmas?
~Stu
~Stu
- KVRAF
- 12615 posts since 7 Dec, 2004
urs; i admit there may be some other definition of "through-zero" floating around, but in all my experience seeing several analog and several digital oscillators labeled that way - it means they can go through zero phase and accept negative frequency (thus, delta) values and that is all.
also, i posted my description not to argue, but so you can implement it yourself. just handle the negative delta values and input/output a sine or naive triangle or square or whatever. the depths need to be calculated on a power scale, like mod-depth = 2^(1 + fraction*7) or something like that to feel natural.
it's quite cool! produces mathematically the same results as phase modulation but the code is simpler and allows for anti-aliasing and so on.
if you get the differencing right (that is, integrate the mod input, then take the difference from integration to input each sample) it even supports feedback and produces the same results as phase modulation.
also, i posted my description not to argue, but so you can implement it yourself. just handle the negative delta values and input/output a sine or naive triangle or square or whatever. the depths need to be calculated on a power scale, like mod-depth = 2^(1 + fraction*7) or something like that to feel natural.
it's quite cool! produces mathematically the same results as phase modulation but the code is simpler and allows for anti-aliasing and so on.
if you get the differencing right (that is, integrate the mod input, then take the difference from integration to input each sample) it even supports feedback and produces the same results as phase modulation.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
deleted deleted https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=1
DELETED
- KVRAF
- 12615 posts since 7 Dec, 2004
feel free to ask in pm, or on the board if you'd like my version. i don't use this forum as my personal diary though - just as a diary for xhip and dsp programing 
just look up the stories for any failed game release and combine that with bad work ethic and office policy (not mine, but i won't go into detail)
just look up the stories for any failed game release and combine that with bad work ethic and office policy (not mine, but i won't go into detail)
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- u-he
- 30180 posts since 8 Aug, 2002 from Berlin
AD, no worries. I wasn't asking for a lesson on phase modulation vs. frequency modulation, I was just saying that through-zero oscillators can handle negative frequency while DX-synths can not. They can only handle negative phase wrap, which isn't exactly rocket science when using lookup tables for f(x) = sin(x).
Just for the records, Phase Modulation does only deliver similar results to analogue thruough-zero FM if the modulation amount of PM can be set to infinitely high values. That's because e.g. the Zeroscillator can be set to 1 Hz frequency with a DC doing -1000 Hz FM, running for a few days. Which means that a PM oscillator would need a couple of million phase wraps to do the same thing. That's just really difficult to handle, so there's not really a point.
Just for the records, Phase Modulation does only deliver similar results to analogue thruough-zero FM if the modulation amount of PM can be set to infinitely high values. That's because e.g. the Zeroscillator can be set to 1 Hz frequency with a DC doing -1000 Hz FM, running for a few days. Which means that a PM oscillator would need a couple of million phase wraps to do the same thing. That's just really difficult to handle, so there's not really a point.
-
- KVRian
- 898 posts since 31 Dec, 2004
sorry Acidose, but my impression as a forum user is that you actually used both threads for making a double game (say/not say) and cook your own revanche while keepin yourself safe.
Actually you should consider that not many people are interested to derange a thread and listen to your own failed experience. That nexus vs vanguard thing had some interesting things to say until you chimed in and started talking about what you know about the synths, but you dont know it anymore, but you suspect, but you will not tell, but people can imagine and such...
Its a pity Meffy had to lock the thread which, of course, was goin bananas at that point.
Actually you should consider that not many people are interested to derange a thread and listen to your own failed experience. That nexus vs vanguard thing had some interesting things to say until you chimed in and started talking about what you know about the synths, but you dont know it anymore, but you suspect, but you will not tell, but people can imagine and such...
Its a pity Meffy had to lock the thread which, of course, was goin bananas at that point.
Dream Audio Tools - Sample libraries http://www.dreamaudiotools.com
Archisounds - Music Website http://www.archisounds.net
Archisounds - Music Website http://www.archisounds.net
- KVRAF
- 2323 posts since 2 Feb, 2009 from Germany
Vanguard 2 will be surely much different to version 1/1.8... So far as i known it will be coded completly by refx, so not like the 1/1.8 with many moduls from Tone2
-
deleted deleted https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=1
DELETED
- KVRAF
- 12615 posts since 7 Dec, 2004
urs; yes you're right that they can run with negative frequency for quite some time, but i don't see how that's really much use. as a consequence of implementing that for use with FM, yes they could also take negative frequency values if that were routed via the linear frequency input. i never bothered to allow them to take "-1000hz" though by mirroring the exp function since i can't see any purpose for that.
i suppose it would be easy to throw in a "reverse waveform" button next to the "invert phase" button for minor timbre modifications, but that would only make sense for fairly complex waveforms.
i suppose it would be easy to throw in a "reverse waveform" button next to the "invert phase" button for minor timbre modifications, but that would only make sense for fairly complex waveforms.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- KVRAF
- 2177 posts since 12 Nov, 2009
+1. Very estranging behaviour.luxth wrote:sorry Acidose, but my impression as a forum user is that you actually used both threads for making a double game (say/not say) and cook your own revanche while keepin yourself safe.
Actually you should consider that not many people are interested to derange a thread and listen to your own failed experience. That nexus vs vanguard thing had some interesting things to say until you chimed in and started talking about what you know about the synths, but you dont know it anymore, but you suspect, but you will not tell, but people can imagine and such...
Finally!
-
- KVRAF
- 2973 posts since 18 Oct, 2004
I really like Vanguard. It still has a place in my arsenal, old or not. If v2 has a dongle though I'm out.
- KVRAF
- 12615 posts since 7 Dec, 2004
have you checked the post dates? i posted in this thread day later because somebody asked if anyone actually knew "anything", and i know something.cyphersuit wrote:+1. Very estranging behaviour.luxth wrote:sorry Acidose, but my impression as a forum user is that you actually used both threads for making a double game (say/not say) and cook your own revanche while keepin yourself safe.
Actually you should consider that not many people are interested to derange a thread and listen to your own failed experience. That nexus vs vanguard thing had some interesting things to say until you chimed in and started talking about what you know about the synths, but you dont know it anymore, but you suspect, but you will not tell, but people can imagine and such...
i had to point out that those things were mostly my design however, and neither mike nor manuel schleis liked them. the ultimate design might not include any of the things i posted, i really don't know.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
