I have implemented a VST 2.4 GUI (C++) with 2 vertical faders. In code I have linked the 2 so one is scaled to the other. So Basically I want to say that fader2 is always half the value of fader1:
I recently started a pr开发者_开发百科oject using Xcode 3.2 and the vstsdk 2.4 and then I purchased Xcode 4.When I open the project within Xcode 4 I get the \"missing base SDK\" error which I can fix
I think I need to implement a lookahead system in my VST but开发者_如何学Python have never done it before. I know setInitialDelay(foo) is placed in the constructor and then you buffer audio but I\'m n
I need some help in Nested classes. This has sprung from a question I asked here Essentially I have a class \'myPlugin\'. This class is the bulk of my program and includes the \'processReplacing\' fu
At my high school we can take a class where we basically learn about a subject on our own for a semester. I was thinking that I want to learn about \"sound programming,\" but I realized that I have no
This is my first question after leeching over here for some time.. So spare me. I need to apply the iZotope Vinyl VST effect to some audio files via CLI or C++ (so language doesn\'t really matter), i
开发者_如何学运维How to open a Win32 dialogbox from inside a VST plug-in? Thanks for any help.You should be able to use the standard MessageBox() call, as described in this SO question.Not sure if thi
I\'ve recently bought a copy of EZDrummer, a开发者_开发问答 VST plugin that acts as a virtual drumkit. I\'d really like to hook into it from Ruby code so that I can create loops and drum patterns prog
Take, for example, the VSTi Triforce, by Tweakbench.Whe开发者_Python百科n loaded up in any VST host on the market, it allows the host to send a (presumably MIDI) signal to the VSTi.The VSTi will then
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this