Skip to content

5. Hacking resources

Will Mitchell edited this page Sep 24, 2019 · 2 revisions

Custom repository URL

If you want to build code from your own github fork, you can specify the repository to clone when you create the VM via the USER_GITHUB_URL environment variable, e.g.

USER_GITHUB_URL=https://github.com/<username>/eurorack.git vagrant up

The Starling repository is automatically added as the git remote starlingcode.

Python resource generators

The wavetables, scales, and patterns in the Via modules were all generated from the Via Tools Python project copied into the same directory as the firmware repo (in /vagrant/viatools). You can run scripts in that directory with the system Python3 command, as all requirements were installed in provisioning.

The following pages provides guides/tutorials to get started with hacking your module.

Clone this wiki locally