1. get and install python 2.5 for windows:
http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi
2. get the pygame module for python2.5 for windows:
http://www.pygame.org/ftp/pygame-1.7.1release.win32-py2.5.exe
3. get the python imaging library (PIL) for python2.5 for windows:
http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe
4. get the simpleosc module, unzip:
http://www.ixi-software.net/content/download/simpleosc0.2.3.zip
copy the 'osc' folder from the extracted files to:
C:\Python2.5\Lib\site-packages\
5. get and install subversion:
http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe
6. get the ix src from the svn repository:
click Start->Run..
type 'cmd'
in the command prompt type:
svn co svn://svn.dai5ychain.net/IX/code ix-svn
the ix src is now in the folder ix-svn.
you should be able to double click on main.py