Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Fixed bug where envelope attack value wasn't getting set to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtytel committed Jun 22, 2016
1 parent 1ab9311 commit 4ad7bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/envelope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ namespace mopo {

if (i == trigger_offset) {
trigger(input(kTrigger)->source->trigger_value, trigger_offset);
current_value = current_value_;
buffer_size = buffer_size_;
}
}
Expand Down

0 comments on commit 4ad7bd4

Please sign in to comment.