I uploaded my 1st VST phase shifter here
-
ChewingAluminumFoil ChewingAluminumFoil https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=248970
- KVRist
- 73 posts since 28 Jan, 2011 from Scottsdale, AZ
http://code.msdn.microsoft.com/VST-Phas ... r-df6d49e7
Includes a very simple editor to set params. Actual all pass filter is from some DSP work I did for a Dr. Dobbs article back in '94:
http://denniscronin.net/dsp/index.html
I did code for a now-obselete PC sound card and also for a TI 32xxx DSP chip. Now it's back in VST format with 2-10 stages of phase shift and some mixing options that frankly aren't that useful, but hey.
Includes a very simple editor to set params. Actual all pass filter is from some DSP work I did for a Dr. Dobbs article back in '94:
http://denniscronin.net/dsp/index.html
I did code for a now-obselete PC sound card and also for a TI 32xxx DSP chip. Now it's back in VST format with 2-10 stages of phase shift and some mixing options that frankly aren't that useful, but hey.
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
thanks mate..but what the hell do i do with it?
i mean...i'm an idiot, and all, natch, but how do ya load it?
i mean...i'm an idiot, and all, natch, but how do ya load it?
-
Leslie Sanford Leslie Sanford https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=131095
- KVRAF
- 1640 posts since 4 Dec, 2006
Thanks!ChewingAluminumFoil wrote: Includes a very simple editor to set params. Actual all pass filter is from some DSP work I did for a Dr. Dobbs article back in '94:
I remember running across your sorce code while searching Dr. Dobbs archives. I even called them asking if I could purchase a back issue in which your article appeared. Unfortunately, it wasn't available. But from your source code I learned a lot and used what I learned in writing my own phase shifter.
-
Leslie Sanford Leslie Sanford https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=131095
- KVRAF
- 1640 posts since 4 Dec, 2006
It's a VC++ project. So you'll need to load it into VC++ and compile it. You'll need to manually copy files from Steinberg's VST SDK and VSTGui to the project to get it to compile.pinkjimiphoton wrote:thanks mate..but what the hell do i do with it?
i mean...i'm an idiot, and all, natch, but how do ya load it?
- KVRAF
- 3471 posts since 19 Aug, 2008 from USA-lien In the 8th Dimention
Is VC++ a freeware program? I've got Wyatt group's C++ Primer plus and taught my self the "Hello World" program but then got into doing computer music. This would be a good place to take up learning C++ again.Leslie Sanford wrote:
It's a VC++ project. So you'll need to load it into VC++ and compile it. You'll need to manually copy files from Steinberg's VST SDK and VSTGui to the project to get it to compile.
(Sorry about the minor thread hijack
-
- Banned
- 12367 posts since 30 Apr, 2002 from i might peeramid
the 'express' versions of VC++ are free and functional. i don't know if a vst plugin would be the most encouraging place to learn c++.. i liked schildt's "c++ for beginners" (free d/l from ms) with console apps..
you come and go, you come and go. amitabha neither a follower nor a leader be tagore "where roads are made i lose my way" where there is certainty, consideration is absent.
-
ChewingAluminumFoil ChewingAluminumFoil https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=248970
- KVRist
- Topic Starter
- 73 posts since 28 Jan, 2011 from Scottsdale, AZ
Hey, Leslie, good to be remembered. That was a different world back then. I'm hoping to move all those old music processing things into this modern world of VST. There are already plenty of other plugs out there for sure but I have certain odd desires in terms of stereo routing and mixing that I'll be able to attend to in my own VSTs.
Regarding building the project, yes it depends on Steinberg's SDK. I think the sticky posts for this forum tell where to pick it up. I was using the latest 2.x version. 3.0 is apparently not widely supprted yet and didn't offer anything I needed.
The nut of the phase shifter code should be reusable in any environment. It's directly ported from my old stuff here:
http://denniscronin.net/dsp/index.html
Regarding building the project, yes it depends on Steinberg's SDK. I think the sticky posts for this forum tell where to pick it up. I was using the latest 2.x version. 3.0 is apparently not widely supprted yet and didn't offer anything I needed.
The nut of the phase shifter code should be reusable in any environment. It's directly ported from my old stuff here:
http://denniscronin.net/dsp/index.html
