-
-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Jeremy Wentworth edited this page Dec 7, 2017
·
14 revisions
-
I highly recommend these YouTube C++ Tutorials by EA developer TheCherno https://www.youtube.com/watch?v=18c3MTX0PK0&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb
https://vcvrack.com/manual/VoltageStandards.html
https://github.com/VCVRack/Rack/issues/258
inputs[MY_INPUT].active
make dist VERSION=v0.5.0
This will make a zip file here dist/module-v0.5.0.zip
The name is based on the value inside the Makefile
touch LICENSE
For example:
- Copy JW-Modules to JW-ModulesBlanks
- Change the slug in the new folder from JW-Modules to JW-ModulesBlanks (Don't change the manufacturer)
- Keep the builds separate.
Error
': not a valid identifierline 89: export: `dashless
Run this:
mv /mingw64/bin/envsubst.exe /mingw64/bin/envsubst.exe.old
then install:
pacman -S gettext
Thanks to Iūstus Henryson's post here https://www.facebook.com/groups/vcvrack/permalink/138808273445992/