-
-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Jeremy Wentworth edited this page Dec 7, 2017
·
14 revisions
-
If you are new to C++, I highly recommend these YouTube C++ Tutorials by EA developer TheCherno
-
Add your manifest file here when you are ready to release. (Then users can add your plugin on vcvrack.com and hit refresh plugins in rack)
https://vcvrack.com/manual/VoltageStandards.html
https://github.com/VCVRack/Rack/issues/258
inputs[MY_INPUT].active
-
Don't change the module slug. Only the name should be changed. If you change the slug, existing patches with your module will break.
-
Update Your manifest file here
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 Tutorial to TutorialBlanks
- Change the slug in the new folder from
Tutorial
toTutorialBlanks
(Don't change the manufacturer) - Keep the builds separate. (Don't want to accidentally push closed source code)
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/