Skip to content

Commit

Permalink
GUI: modulations in poly patch...
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesTaelman committed Mar 29, 2016
1 parent bbccea2 commit ba49a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/axoloti/Patch.java
Expand Up @@ -1684,6 +1684,7 @@ AxoObject GenerateAxoObjPoly() {

ao.sLocalData = ao.sLocalData.replaceAll("parent->PExModulationSources", "parent->common->PExModulationSources");
ao.sLocalData = ao.sLocalData.replaceAll("parent->PExModulationPrevVal", "parent->common->PExModulationPrevVal");
ao.sLocalData = ao.sLocalData.replaceAll("parent->GetModulationTable", "parent->common->GetModulationTable");

ao.sInitCode = GenerateParamInitCodePlusPlusSub("", "parent");
ao.sInitCode += "int k;\n"
Expand Down

0 comments on commit ba49a5e

Please sign in to comment.