Turns gamepad input to control voltages in VCV rack
Works on Windows with XInput9_1_0
See this to set up a development environment for VCV Rack plugins: https://vcvrack.com/manual/Building#setting-up-your-development-environment
Build the plugin
make
Create a package
make dist
Install the package locally
make install