Skip to content

Commit

Permalink
change release curve tooltip to say 'Release' from 'Decay' (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
landgrvi authored Sep 25, 2024
1 parent dce17ef commit c38bba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EGxVCA.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ struct EGxVCA : modules::XTModule, sst::rackhelpers::module_connector::NeighborC

configSwitch(A_SHAPE, 0, 2, 1, "Attack Curve", {"Faster", "Standard", "Slower"});
configSwitch(D_SHAPE, 0, 2, 1, "Decay Curve", {"Faster", "Standard", "Slower"});
configSwitch(R_SHAPE, 0, 2, 1, "Decay Curve", {"Faster", "Standard", "Slower"});
configSwitch(R_SHAPE, 0, 2, 1, "Release Curve", {"Faster", "Standard", "Slower"});

configSwitch(EOC_TYPE, (int)EO_CYCLE, (int)ALL_TRANSITIONS, (int)EO_CYCLE, "EOC Behavior",
{"End of Cycle", "Start of Cycle", "Start of Attack (DAHD Only)",
Expand Down

0 comments on commit c38bba6

Please sign in to comment.