I like making music using mostly my computer and especially love using synthesisers. There is a wide range of s开发者_高级运维ynthesiser plugins available online which are quite awesome. I have downlo
I\'d like to get into plugin development using C++. Am undecided between developing VSTs or DXs. What are the considerations? I know that some hosts more readily support one format or the ot开发者_如何
I have developed a simple VST 开发者_如何学Goplugin. The plugin has an internal buffer with audio samples which should be cleared if audio stream gets interrupted.
I remember this vaguely from the Hypersonic 2 VST instrument. Basically, it\'s a normal VST instrument, but开发者_如何学运维 if you had it in your project, you can assign its MIDI output (which was e
For a class project I\'m attempting to write a VST plugin backed by CUDA.My current CUDA workflow is on a Linux box, so I\'d prefer to compile and link there.
This is probably a question better suited for the proposed Audio Programming Q&A site, but it\'s still a proposal, so good ol\' SO will have to do for now.
What is the best C++ GUI library that can be used in VST and especially in FL SDK (FL Studio SDK). Library that I searching for sho开发者_开发技巧uld not demand a central application object like for e
How could I send MIDI data received be 开发者_如何转开发a VST from inside a Host application (Cubase, for example) over LAN to another computer in the network?The VST plugin framework does not include
I want to create a VST instrument that has 16 MIDI inputs and at least 16 audio outputs. Similar to how kontakt or halion do开发者_Go百科 this.
I found a library called JVST that can load VST files and filter the audio accordingly. The problem is, I have no clue how to use it. All I could do is copy and paste the example code from the website