top of page
Search
Tim Cave
Jan 11, 20212 min read
Making a VSTi Host - Part 1
VST / VSTi Host coding is not easy and this blog explains the journey and concludes with an example.
69 views0 comments
Tim Cave
Jan 10, 20213 min read
Making a VSTi Host - Part 2
Get set up in C++/CLI and stream an MP3 file through a vst plugin.
46 views0 comments
Tim Cave
Jan 4, 20211 min read
Making a VSTi Host - Part 3
Load a VSTi (instrument plugin) in the editor form
Create a plugin stream
26 views0 comments
Tim Cave
Jan 3, 20212 min read
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...
39 views0 comments
Tim Cave
Jan 1, 20212 min read
Making a VSTi Host - Part 5
Sorting the code out into handy functions.
23 views0 comments
Tim Cave
Dec 31, 20205 min read
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...
54 views0 comments
Tim Cave
Dec 30, 20203 min read
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...
37 views0 comments
bottom of page