Skip to content

megrimm/pd-gapop

 
 

Repository files navigation

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:
If flext is installed next to pd-gapop
$ cd pd-gapop
$ bash ../pd-flext/build.sh pd gcc


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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • Shell 4.1%
  • Batchfile 1.6%