-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mscHack modules for VCV Rack v2? #106
Comments
It is fixed in #105 I already have it running as part of https://github.com/DISTRHO/Cardinal/ |
Superb!!!! I have no idea how to build code. Is your plan to make them available again in the VCV store? |
I am not the author, that is not up to me. |
Got it. Thanks :) |
What did you use to compile the plugins to use in Rack v2? (is it even possible to use in the official rack v2 version?) I have Visual Studio, Git, Git Desktop and I have only tried building OBS from a tutorial :) So now I see the files in this repo and I have no idea how to compile them so some clues would be very welcome, thank you. :) |
I dont use windows, but linux. On linux these tools are pretty much a single command away from being installed.
On Windows I guess you need msys2, then the "Rack SDK", clone the repo and place the files in the appropriate dir for things to build. There should be some official VCV docs about this somewhere... |
So I followed all the instructions, have the SDK, and Msys and all environment variables added. If I do: make -o Mixer_24_4_4.cpp Mixer_24_4_4 I get: g++ Mixer_24_4_4.cpp -o Mixer_24_4_4 I'm sure I'm not doing something right. I know rack hpp is part of the SDK but make (or g++) is not able to locate it. I'm not sure what's the correct syntax and also I'm not sure the extension of the plugin once compiled. Yeah, I'm sorry, I'm super newb to this. |
err that is not how you build things. just "make" on the right dir with the right files in place typically does it, but then I dont know how the 2nd step goes (for making an actual vcv archive) as I never needed it. I find the way to learn is just to do it yourself. |
Yeah I knew I wasn't doing things right. Seems quite complicated at this point. Doing just "make" in a CMD in the mschack folder where the Makefile is returns this: G:\PRODUCCION\GitHub\mscHack\VCV-Rack-Plugins>make I do have a RACK_DIR environment variable installed with the right path (C:\Programas\msys2\Rack-SDK) EDIT: I could start the compiling process by defining the SDK path manually in the Makefile. But it throws errors. So I give up as I have no clue what the messages are. I only hope the author of these fine plugins wants to update them...in the meantime I guess I need a replacement...the shitty part is all my patches use the mixer from this collection and reconnecting everything is gonna be a PITA. (and no Rack v1 is not an option as is quite buggy when it comes to audio devices) |
Follow the instructions here: https://vcvrack.com/manual/Building#Building-Rack-plugins |
I did....no idea how it really works or what to expect, or how to fix potential errors. Is that something I need to do cause the built plugins are gonna be private?......or....can someone please make a windows build for us? |
I loooove your mixers (your rock) and I'm sad to see they're not present in V2
Cheers!
The text was updated successfully, but these errors were encountered: