Skip to content

Commit

Permalink
Update egN_dynamic.md
Browse files Browse the repository at this point in the history
Clarifying default behavior.
  • Loading branch information
DSmolken authored Aug 7, 2023
1 parent ec6a311 commit 97c9d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opcodes/egN_dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: "sfz/opcode"
opcode_name: "egN_dynamic"
---

When 1, causes envelope durations to be recalculated when a MIDI CC message modulating those envelopes is received. When 0, envelope durations are calculated only at the start of the particular envelope segment.
## Examples

```
Expand All @@ -17,5 +17,5 @@ eg1_time2=4 // ..with a release time of 4 seconds
eg1_time2_oncc1=-8 // assign modwheel to modulate release time
eg1_dynamic=1 // 1 = modulation will affect all notes immediately, or 0 (default) = new notes only
eg1_dynamic=1 // 1 = modulation will affect all notes immediately, or 0 (default) = new segments only
```

0 comments on commit 97c9d55

Please sign in to comment.