|
libgig
4.5.1
|
Defines the envelope of a crossfade. More...
#include <gig.h>
Public Member Functions | |
| void | serialize (Serialization::Archive *archive) |
Public Attributes | |
| uint8_t | in_start |
| Start position of fade in. | |
| uint8_t | in_end |
| End position of fade in. | |
| uint8_t | out_start |
| Start position of fade out. | |
| uint8_t | out_end |
| End postition of fade out. | |
Defines the envelope of a crossfade.
Note: The default value for crossfade points is 0,0,0,0. Layers with such a default value should be treated as if they would not have a crossfade.