Pocwiardo / GeneticVSTComposer

MIT License
0 stars 0 forks source link

Integrate JUCE with C++ GA code #9

Closed Pocwiardo closed 2 weeks ago

Pocwiardo commented 1 month ago

Genetic Algorithm code in C++ creates an object that takes generation parameters, and then it returns array of consecutive notes. We want this to be run from plugin. Ideally we would want to input values in the plugin, generate solutions and trigger the best solutions (from the final population) with specific MIDI notes.

Pocwiardo commented 1 month ago

For GA Code, the whole mechanism is called from a file named GA_in_Cpp.cpp so it should probably called similarly from the JUCE plugin.