vst
How to use the vst sdk on the .net framework
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[详细]
2023-04-07 14:12 分类:问答developing plugins: DX or VST?
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开发者_如何[详细]
2023-03-29 20:34 分类:问答How can VST audio plugin detect stream interrupts from VST host?
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.[详细]
2023-03-25 20:42 分类:问答MIDI Outputs for VST Plugin
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[详细]
2023-03-23 19:44 分类:问答Is it possible to compile a VST on linux?
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.[详细]
2023-03-16 19:40 分类:问答Is it possible to create plugins for Logic that generate MIDI?
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.[详细]
2023-03-15 13:29 分类:问答Good C++ GUI library for FL SDK & VST
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[详细]
2023-03-15 01:24 分类:问答Send midi data over a network from inside a host
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[详细]
2023-03-08 16:58 分类:问答VST instrument multiple in and out
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.[详细]
2023-03-08 10:06 分类:问答Trying to distort audio in Java
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[详细]
2023-02-28 05:51 分类:问答