top of page

Search


Making a VSTi Host - Part 1
VST / VSTi Host coding is not easy and this blog explains the journey and concludes with an example.

Tim Cave
Jan 11, 20212 min read
69 views
0 comments


Making a VSTi Host - Part 2
Get set up in C++/CLI and stream an MP3 file through a vst plugin.

Tim Cave
Jan 10, 20213 min read
54 views
0 comments


Making a VSTi Host - Part 3
Load a VSTi (instrument plugin) in the editor form
Create a plugin stream

Tim Cave
Jan 4, 20211 min read
27 views
0 comments


Making a VSTi Host - Part 4
If you are serious about making music then you will know about ASIO drivers. In this blog I want to show: How to play a wav file through...

Tim Cave
Jan 3, 20212 min read
52 views
0 comments


Making a VSTi Host - Part 5
Sorting the code out into handy functions.

Tim Cave
Jan 1, 20212 min read
23 views
0 comments


Making a VSTi Host - Part 6
In this blog I want to get midi hooked up and do the following: Play a single note Hook up a midi keyboard Stream a midi file through a...

Tim Cave
Dec 31, 20205 min read
65 views
0 comments


Next Steps!
I've added some more features including saving the state of the VSTi as an FXB file; encoding the tracks to WAV files and mixing them...

Tim Cave
Dec 30, 20203 min read
37 views
0 comments
bottom of page