The source patches for the ergates project can be downloaded from the following CVS repository:
The dependencies are as follows:
- puredata
- GEM
- zexy
- s-abstractions
And for interfacing with the gamepad controller:
- python
- pygame
Installing under Debian GNU/Linux testing/unstable
- wget http://mccormick.cx/viewcvs/ergates.tar.gz?view=tar
- tar -zxvf ergates.tar.gz
- cd ergates
- wget http://mccormick.cx/viewcvs/s-abstractions.tar.gz?view=tar
- tar -zxvf s-abstractions.tar.gz
- sudo apt-get install gem puredata pd-zexy python-pygame
- ./ergates
If you want to run the application in debug mode, allowing you to modify the patches and create your own instruments, then use:
- ./ergates-debug