Skip to content
Jeremy Wentworth edited this page Dec 7, 2017 · 14 revisions

Dev FAQ

How to detect when a wire is connected to an input:

inputs[MY_INPUT].active

How to build a zip to give to others:

make dist VERSION=v0.5.0

Run this first if there is an error about a missing LICENSE file:

touch LICENSE

If you want to get rid of this harmless error on windows:

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/

Clone this wiki locally