#############################################################################################################
#
# Genetic Modification for Synplant. Copyright (C) 2010 by idlethreat (tgiles at gmail dot com). All rights reserved.
# This program is released under Creative Commons by-nc-sa. http://creativecommons.org/licenses/by-nc-sa/3.0/us/
# Read the license. Know your rights.
#
# This script will make a randomly-generated Synplant Synth preset file. the more you run it, the more 
# preset files it will make in the current directory. To stop it from making new preset files, please stop
# running the script.
#
# While not tested, this code should work on either a Windows or Linux system with no appreciable changes.
# Developed on on OSX, 10.6.2 and Python 2.6.1. Probably won't run on Python 3 since they changed a lot
# of stuff and that bothers me on a deep, emotional level.
#
# The Windows version (GeneticModificationWindows.exe) does pretty much the exact same thing, only all bundled up
# As a windows application (MD5 hash is 67da86bce4841dc028bc48d1199029a1). Run it, and it spits out random files.
# 
# Enjoy!
#
#############################################################################################################