geofholbrook / om-darwin

Genetic Algorithm library for OpenMusic
1 stars 0 forks source link

num-operons should not be a part of the specimen class #30

Closed geofholbrook closed 9 years ago

geofholbrook commented 9 years ago

because then we have both num-operons and num-notes, for example.

actually: operon-initarg should be "operon-name" ... so if that is "note", then we'll have a "notes" slot, as well as a "num-notes" slot.

geofholbrook commented 9 years ago

just got rid of the species metaclass, replaced with "fake inheritance" ... and yes, now the code specifies the operon name, not the initarg.