blob: 538b48c251be6e5cdccd9e11ae569efc668c4e21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
GApop - genetic algorithm for PD and MAX/MSP Vers 0.1
Copyright (c) Georg Holzmann <grh@mur.at>, 2004
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
more info: http://grh.mur.at/software/gapop.html
----------------------------------------------------------------------------
You will need the flext C++ layer for PD and Max/MSP externals to compile this.
see http://www.parasitaere-kapazitaeten.net/ext
----------------------------------------------------------------------------
HOW TO COMPILE:
1) New flext build system:
windows:
pathtoflext/build.bat
linux/OSX:
sh patchtoflext/build.sh
2) old build system:
To compile the external edit the config-pd-*.txt file of your platform and the run build-pd-*.
----------------------------------------------------------------------------
For suggestions, bugs, ... mail me: grh@mur.at
|