Posts

Showing posts from August, 2020

Cyberpunk Cafe

Image
I think I'll make a more extended post about how I made this in the future but, for the time being, have a listen; I'm pretty excited about it.

Update on Module Writing

My last post was about writing a new module or, at least, the potential for writing a new module  and I wanted to post a quick update. It was easy! I followed the guide on the Plugin Development page  for Windows and it was relatively straightfoward. I had a couple issues but they were really easy to fix. Here are a couple tips. When the module is all "done" and you are loading VCV Rack, it should just load automatically into the module folder for you to select. If it doesn't, look in " Documents/Rack/log.txt" that will have the error message related to your new module. When building on Windows, the guide explains the following: "Install the x86_64 version of  MSYS2  and launch the MinGW 64-bit shell from the Start menu,  not the default MSYS shell ." The thing on top, the "best match" is the default value that you should not use. Select the 64-bit entry. I also found this thread to be helpful Alright, so, this was a relatively uneventful pos...