Skip to content

Commit

Permalink
Update pitcheg_dynamic.md (#120)
Browse files Browse the repository at this point in the history
* Update pitcheg_dynamic.md

Fix to _dynamic opcodes - doing a pull request to squash the commits on merge.

* Update ampeg_dynamic.md

* Update egN_dynamic.md

* Delete eqN_dynamic.md

This was a typo, there was never an eqN_dynamic opcode - only egN_dynamic.

* Update fileg_dynamic.md

* Update syntax.yml

Removing egN_dynamic which never was a real opcode.
  • Loading branch information
DSmolken committed Aug 7, 2023
1 parent d5e3f06 commit e5fe1d7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 29 deletions.
9 changes: 0 additions & 9 deletions _data/sfz/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3897,15 +3897,6 @@ categories:
type_name: "float"
default: 0

- name: "egN_dynamic"
short_description: "Specifies when envelope durations are recalculated."
version: "ARIA"
value:
type_name: "integer"
default: 0
min: 0
max: 1

- name: "egN_curveX"
short_description:
"Instructs the player to use a curve shape defined under a curve header
Expand Down
4 changes: 1 addition & 3 deletions opcodes/ampeg_dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
layout: "sfz/opcode"
opcode_name: "ampeg_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.
When 1, causes envelope segment durations and sustain level to be recalculated when a MIDI CC message modulating those envelopes is received. When 0, envelope segment durations and sustain level are calculated only at the start of the particular envelope segment.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion 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.
When 1, causes envelope segment durations and levels to be recalculated when a MIDI CC message modulating those envelopes is received. When 0, envelope segment durations and levels are calculated only at the start of the particular envelope segment.
## Examples

```
Expand Down
14 changes: 0 additions & 14 deletions opcodes/eqN_dynamic.md

This file was deleted.

2 changes: 1 addition & 1 deletion opcodes/fileg_dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: "sfz/opcode"
opcode_name: "fileg_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.
When 1, causes envelope segment durations and sustain level to be recalculated when a MIDI CC message modulating those envelopes is received. When 0, envelope segment durations and sustain level are calculated only at the start of the particular envelope segment.

## Examples

Expand Down
3 changes: 2 additions & 1 deletion opcodes/pitcheg_dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: "sfz/opcode"
opcode_name: "pitcheg_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.
When 1, causes envelope segment durations and sustain level to be recalculated when a MIDI CC message modulating those envelopes is received.
When 0, envelope segment durations and sustain level are calculated only at the start of the particular envelope segment.

## Examples

Expand Down

0 comments on commit e5fe1d7

Please sign in to comment.