Tagged Questions

VST (Virtual Studio Technology) is a standard created by Steinberg for audio plugins, which are libraries that can be loaded by a sequencer for synthesizing or processing audio.

learn more… | top users | synonyms

5
votes
4answers
1k views

programmatically get BPM of a wave or MP3 from .Net

I have a project with a requirement to get the BPM of a wave or MP3 file programmatically using .Net (VB.Net or C#). Does anyone know of a binary or library for this or have a code snippet to steer ...
4
votes
7answers
506 views

Recommended books for developing audio/music applications? (DSP / audio effect design)

What are the essential books for any one programming audio/music applications? I'm thinking this could include books on DSP, DSP with audio/music focus, audio effect design, algorithmic music.
4
votes
1answer
140 views

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 this. Any ideas?
4
votes
1answer
152 views

realtime midi input and synchronisation with audio

I have built a standalone app version of a project that until now was just a VST/audiounit. I am providing audio support via rtaudio. I would like to add MIDI support using rtmidi but it's not clear ...
4
votes
5answers
3k views

How are VST Plugins made?

I would like to make (or learn how to make) VST plugins. Is there a special SDK for this? how does one yield a .vst instead of a .exe? Also, if one is looking to make Audio Units for Logic Pro, how is ...
3
votes
1answer
82 views

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 equal to the input, ...
3
votes
3answers
286 views

I want to do a project on sound programming, but I don't know where to start

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 ...
3
votes
3answers
287 views

Apply VST audio effect/plugin to audio-file

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), it ...
3
votes
1answer
245 views

How would I go about programatically interacting with VST(i) Plugins to synthesize audio?

Take, for example, the VSTi Triforce, by Tweakbench. When 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 process that ...
3
votes
4answers
277 views

Is algebraic sound synthesis possible?

Lets say you have an normal song with two layers, one instrumental and another of just vocals. Now lets say you also have just the instrumental layer. Is it possible to "subtract" the ...
3
votes
2answers
1k views

Hosting a VST/DX instrument in C#/C++?

I'm trying to get a read on the effort level involved in building a barebones virtual instrument host in C++ or C# but I haven't been able to get any hard information. Does anybody know any good ...
3
votes
2answers
579 views

How do I scan/enumerate vst plugin dlls?

I'm trying to build a small program that hosts vst effects and I would like to scan a folder for plugin dlls. I know how to find all the dlls but now I have the following questions: What is the best ...
2
votes
2answers
80 views

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 other ...
2
votes
1answer
263 views

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 should not demand a central application object like for example QT does. ...
2
votes
2answers
275 views

Getting mouseMoved/mouseDragged outside my NSView's window

I'm currently porting an application (or to be more exact, a VST Plugin) from windows to OSX. I'm kinda new to OSX programming, but I'm using a Cocoa NSView added to a Carbon window (that I get from ...
2
votes
3answers
431 views

Control VST Host Transport from a VST Plug-In

I would like to control the transport (play/stop) of a VST host from within a VST plug-in. It is clear that the sendVstEventsToHost method provides a mean to send commands to the host, but these ones ...
2
votes
3answers
894 views

Virtual midi and VSTs

I would like to make a simple VST plugin that does this : analyze an audio stream (volume, beat, etc...) has triggers on the analyzer's output (e.g. do something when volume > threshold) generate ...
2
votes
3answers
730 views

Has anybody out there used Delphi for programming VST's?

Has anybody out there used Delphi for programming a Virtual Studio Technology plugin?
2
votes
2answers
1k views

Building a VST plugin on Mac OS X without Xcode

How do I build a VST plugin on Mac without using Xcode? (I'm using Code::Blocks).
1
vote
2answers
151 views

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 synthesiser plugins available online which are quite awesome. I have downloaded the VST ...
1
vote
3answers
244 views

Delphi: How to send MIDI to a hosted VST plugin?

I want to use VST plugins in my Delphi program which acts as a VST host. I have tried the tobybear examples, used the delphiasiovst stuf, got some of it even working, but... I don't know how to send ...
1
vote
1answer
77 views

How can VST audio plugin detect stream interrupts from VST host?

I have developed a simple VST plugin. The plugin has an internal buffer with audio samples which should be cleared if audio stream gets interrupted. Now if I use this plugin in some media player ...
1
vote
1answer
122 views

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. According to Wikipedia, this should be ...
1
vote
1answer
67 views

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. It's my understanding that: The Audio ...
1
vote
1answer
87 views

send & receive UDP in a VST

I have the foundation of my vsti in place and was wondering if anyones knows of some way to send and receive messages through UDP from inside the vst? For example send incoming midi messages via UDP ...
1
vote
0answers
154 views

Learning C++ specifically for Vst [closed]

I'm a composer, I want to learn C++ with the specific goal of developing Virtual Studio Technology (VST) instruments and a VST host. Are there any books and specific resources for this. Other than ...
1
vote
1answer
69 views

how to force 1 byte padding when writing a binary file on windows - works on mac, not on win

this is quite hard to explain out of context but i am going to try because its driving me nuts. i am trying to write a binary file to represent the program and bank state of a vst audio plugin, based ...
1
vote
1answer
275 views

Opening xcode 3.2 VST project in xcode 4

I recently started a project 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 by changing ...
1
vote
1answer
107 views

VST lookahead and setInitialDelay()

I think I need to implement a lookahead system in my VST but have never done it before. I know setInitialDelay(foo) is placed in the constructor and then you buffer audio but I'm not sure were a read ...
1
vote
2answers
362 views

Good tutorial available for XCode with VST3?

I am completely new to both the world of XCode and VST. Every tutorial I find deals with VST2.4 or earlier, when I really want to rork with VST3. I also currently have XCode 3.2.1 which doesn't have ...
1
vote
1answer
668 views

VST plugin : using FFT on audio input buffer with arbitrary size, how?

I'm getting interested in programming a VST plugin, and I have a basic knowledge of audio dsp's and FFT's. I'd like to use VST.Net, and I'm wondering how to implement an FFT-based effect. The ...
1
vote
1answer
2k views

How to build a VST-plugin with OSX/XCode

I want to build a VST plugin on OSX. I can compile it just fine, but the VST-host (Cubase Essential 4) always crashes when trying to load it or reports that the plugin is somehow broken. Probably, ...
0
votes
0answers
26 views

Generative music program wants to host Alchemy vst/au plugin.

I have a python program that generates music. (It creates tuning systems, note sequences, and rhythms based on sound spectra.) I want to pipe its midi output to the Alchemy softsynth. Alchemy can be ...
0
votes
1answer
95 views

Access VST-Plugin through C#

I'm trying to implement WaveArts Panorama 5 in a C#-Project! I already know that there is a VSTPluginMain() function available, but now I want to find out how to change parameters and also how to ...
0
votes
1answer
84 views

codeblocks/mingw & windres problems building a .dll (VST Plugin) with png resources

I have a VST plugin that compiles fine with VS200X / MSVC. I am trying to make a Codeblocks/MinGW project also for users who prefer that environment. When I build the dll with codeblocks it works in ...
0
votes
0answers
111 views

What are some good Open Source C++ Audio Libraries? [closed]

I'm looking into open source C++ Audio libraries for some of the following possible ventures: Midi applications (e.g. rock band drum and guitar interface) VST's Sound Engine for video game ...
0
votes
1answer
101 views

VST host - Leaked objects - Juce/C++

I am a PHP programmer learning C++ as I build a VST host. I may have bitten off more than I can chew but I am making some progress (I think)! I'm using the Steinberg VST SDK and the JUCE library in ...
0
votes
0answers
81 views

Hosting a VSTGUI in a Qt dialog on mac: nothing shown

I'm trying to host a VST plug-in's UI in a QDialog (Qt 4.6.3). So far, on Window, everything goes well. But on Mac OS X nothing appears in the window, and mouse clicks in the dialog have no effect ...
0
votes
2answers
132 views

Using Midi Library To Parse Events And Store In Vector C++

I'm a PHP programmer whose decided to take the plunge into C++ by developing a simple alternative to MissWatson that would allow me to, via the command line with PHP, process a MIDI file through a ...
0
votes
1answer
113 views

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?
0
votes
1answer
151 views

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 ...
0
votes
1answer
252 views

VST GUI Feedback (C++)

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: ...
0
votes
1answer
172 views

VST C++ Nested Classes - Construction and Inclusion

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' ...
0
votes
2answers
163 views

Storing values in buffer, within class function method

I am programming a VST DSP plugin in c++. I am creating a series of band pass filters in a 'filterbank'. I have implemented a filter class in my header (including function) and built ...
0
votes
1answer
78 views

How to open a Win32 dialogbox from inside a VST plug-in?

How to open a Win32 dialogbox from inside a VST plug-in? Thanks for any help.
0
votes
1answer
181 views

controlling VST instruments from Ruby

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 programmatically. To ...
0
votes
1answer
185 views

VST.NET vs NAUDIO (vstaudiobuffer vs pcmstream buffer)

please help me how to convert VSTaudiobuffer to PCMStream Buffer i tried from http://vstnet.codeplex.com/Thread/View.aspx?ThreadId=216682 but to no avail. int inputCount = ...
0
votes
2answers
841 views

Problems using wxWidgets (wxMSW) within multiple DLL instances

Preface I'm developing VST-plugins which are DLL-based software modules and loaded by VST-supporting host applications. To open a VST-plugin the host applications loads the VST-DLL and calls an ...
0
votes
2answers
543 views

Looking for pointers on MIDI driver development

I am looking for resources, documentation and general advices on writing a virtual MIDI device (see my previous question for reasons) and basics of generating MIDI events from a VST plugin. The ...