Skip to content

Commit

Permalink
Cascade: set function for cascade mode envelopes
Browse files Browse the repository at this point in the history
  • Loading branch information
alefnull committed Sep 3, 2022
1 parent 156f23c commit 5961942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/funcgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ struct Funcgen : Module {
envelope[i].set_function(env_func);
envelope[i].set_rise(rise_time);
envelope[i].set_fall(fall_time);
cm_envelope[i].set_function(env_func);
cm_envelope[i].set_rise(rise_time);
cm_envelope[i].set_fall(fall_time);

Expand Down

0 comments on commit 5961942

Please sign in to comment.