syntax/opcodes/ampeg_attack_shape

0 is linear. Positive values are slower curves (that means the envelope will initially not fade in much, and most of the fade in will happen towards the end of the attack period) and negative values faster (quick initial fade in with the latter part of the attack stage fading in less). Past 10 or -10, there's little difference - at that point, the envelope is practically a horizontal line and a vertical line (if positive) or a vertical line followed by a horizontal line (if negative).

Examples

ampeg_attack_shape=2.1
ampeg_attack_shape=-3.8

Graphical representations

As aid to estimate what the values will do, here some examples. All curves were made at 120bpm with ampeg_attack=1, note held for 2 seconds. Each vertical line represents 0.5 seconds.

{%-assign images = "sine_neg8.jpg,sine_neg3p8.jpg,sine_0.jpg,sine_pos2p1.jpg,sine_pos8.jpg" | split: ','-%} {%-assign titles = "ampeg_attack_shape=-8,ampeg_attack_shape=-3.8,ampeg_attack_shape=0,ampeg_attack_shape=2.1,ampeg_attack_shape=8" | split: ','-%} {%-assign gallery = "ampeg_attack_shape"-%} {%-assign path = "/assets/img/ampeg_attack_shape/"-%} {%-include lightbox_gallery.liquid const_images=images const_titles=titles const_gallery=gallery const_path=path-%}