Author
|
Stereo inverter plugin
|
UnderTow
Started Topics :
9
Posts :
1448
Posted : May 9, 2007 08:34
|
This thread got me thinking that it might be a good idea to learn some VST coding. So I did!
My very first VST: http://www.puretone.nl/stereoflip.dll
It is very simple. It has no GUI, it just uses the VST hosts' standard VST GUI. It flips the left and right stereo channels depending on the Level control and it has a sinusoidal modulation source with an adjustable frequency. It is written in C++ so it should be fast and efficient.
There are 3 adjutsable parameters:
- Level determines how much stereo flip is going on
- Depth determines the modulation depth
- Frequency determines the modulation rate
Tell me if there are any issues, I'm new at this...
Things to do for the next version:
- Add other modulation types (Square, saw, etc)
- Tempo based modulation frequency
- GUI
- User suggestions (Yes thats you! ).
UnderTow |
|
|
Speakafreaka
IsraTrance Junior Member
Started Topics :
18
Posts :
779
Posted : May 9, 2007 09:14
|
|
UnderTow
Started Topics :
9
Posts :
1448
Posted : May 9, 2007 09:34
|
|
Speakafreaka
IsraTrance Junior Member
Started Topics :
18
Posts :
779
Posted : May 9, 2007 09:41
|
|
UnderTow
Started Topics :
9
Posts :
1448
Posted : May 9, 2007 15:24
|
Version 1.1 with some tempo syncable modulation and various waveforms:
http://www.puretone.nl/stereoflipsync.dll
It still needs tweaking like smoothing of the square wave to avoid ticking and more tempo sync options etc. All in due time.
And of course any suggestions are welcome.
UnderTow |
|
|
UnderTow
Started Topics :
9
Posts :
1448
Posted : May 9, 2007 16:09
|
Oops, there is a bug in this version. Please ignore.
UnderTow |
|
|