The value of the attack phase of the envelope. The amount detuned is this factor multiplied by the semitone value below.
| key | value |
|---|---|
| default | 1 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
Controls how much the attack phase is bent. 0 is linear, more or less means more or less sloping.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
The attack time of the pitch envelope, expressed as a normalized value. The meaning of the value depends on the is_synced flag:
| key | value |
|---|---|
| default | 0.5 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
The value of the decay phase of the envelope. The amount detuned is this factor multiplied by the semitone value below.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
Controls how much the decay phase is bent. 0 is linear, more or less means more or less sloping.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
The decay time of the pitch envelope, expressed as a normalized value. The meaning of the value depends on the is_synced flag:
| key | value |
|---|---|
| default | 0.5 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
Wether the pitch envelope is in time sync or not. This affects the meaning of the time values below.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
If enabled, the decay phase of the envelope will loop. Looping means playing the decay phase "back and forth".
| key | value |
|---|---|
| default | 1 |
| range | [1, 3] |
| is | api.TargetType.AutomatableParameter |
The value the release phase ends at. The amount detuned is this factor multiplied by the semitone value below.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
Controls how much the release phase is bent. 0 is linear, more or less means more or less sloping.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
The release time of the pitch envelope, expressed as a normalized value. The meaning of the value depends on the is_synced flag:
| key | value |
|---|---|
| default | 0.5 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
The semitone value of the pitch envelope. This is the semitone value that is used to detune the notes played. The different envelope phases use this value to calculate the amount detuned.
| key | value |
|---|---|
| default | 12 |
| range | [1, 36] |
| is | api.TargetType.AutomatableParameter |
Sustain phase of the envelope. The amount detuned is this factor multiplied by the semitone value below.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
The Heisenberg pitch envelope is a ADSR envelope that controls the pitch detune of the notes played. The enveloped can be toggled on or off on each operator using the use_pitch_envelope flag. If active, the pitch envelope detunes each incoming note's pitch by a certain factor.