Need guidance with VST.NET and the creation of a VSTi?

lcedlightning

New member
I am trying to use VST.NET to build a VSTi that will have an ADSR envelope. It will be a 10-harmonic design where each harmonic is individually controlled by a slider on the plugin UI. Which harmonics are activated will depend on a combo box that has Sine, Square, Triangle, Ramp Up, Ramp Down, and Pulse Train. I have had a class on the physics of music that described the various Fourier Transforms that allow additive synthesis to make these base waveform sounds from sine waves, and I was going to try to implement those for each of the combo box entries, but i'm not sure how to proceed. Can anyone provide me with any guidance on VST.NET or where I should be looking for advice on VST programming? I have two months to get this done, but I feel like I can get in working in a lot less time if I just had some guidance. Thanks. Oh, and by the way, I'm coding in Visual C#.
 
Back
Top