Tim CaveJan 11, 20212 minMaking a VSTi Host - Part 1VST / VSTi Host coding is not easy and this blog explains the journey and concludes with an example.
Tim CaveJan 10, 20213 minMaking a VSTi Host - Part 2Get set up in C++/CLI and stream an MP3 file through a vst plugin.
Tim CaveJan 4, 20211 minMaking a VSTi Host - Part 3Load a VSTi (instrument plugin) in the editor form Create a plugin stream
Tim CaveJan 3, 20212 minMaking a VSTi Host - Part 4If 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 CaveDec 31, 20205 minMaking a VSTi Host - Part 6In 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 CaveDec 30, 20203 minNext 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...